Breaking News
Loading...
Tuesday 14 May 2013

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial
If you're a developer, you {need to} need to host totally different files, javascripts principally however different files to, Google code is one amongst the most effective tool i believe thus. as a result of its free and you have got unlimited information measure. If you wanna host your file to google code, scan full tutorial.

  • What is google code?
  • How to Create Project?
  • How to Host file (Simple way)?
  • How to Host MIME-Type file?

WHAT IS GOOGLE CODE:

Google Code is Google's official developer site. Developer tools, Featuring APIs and technical resources. Click here to learn more about Google code.

CREATE PROJECT:

If you have Gmail ID log in to this link with Gmail. Click here

Fill out Project name, Project summary, Description with your project information.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial


Choose a Version control system. I use Subversion. More info

Choose any Source code license. More info

Now Label your Project.

Click .

Now Your Project is Created :)

HOST FILE (SIMPLE WAY):

Next click Downloads tab. if you don't see Downloads tab....

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Now Click then fill out Summary, Description, Labels

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Choose File: from your hard disk.

Click

Next page you can get the download link with How To Host File On Google Code? for Blogger [Include MIME Type] tutorial  icon.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

HOST MIME-TYPE FILE:

Before Creating Project make Sure you select Subversion to Version Control System..

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial


Now go to Source tab. You can see a link. Something like this - https://rnhckr.googlecode.com/svn/trunk/. Copy & paste it to notepad.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Now click googlecode.com password.Copy the username & password given & paste to notepad.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial


Now download Tortoise SVN & Install it. Click Here

After install Right-click to your desktop. Select Tortoise SVN > Settings.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

A new window will come out. Click Edit.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Now a text file will open on notepad. This document holds all the records for the mime-type of the files to be uploaded. You have to add some new mime-type extension.

[miscellany]
enable-auto-props = yes

[auto-props]
# Scriptish formats
*.bat = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.bsh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-beanshell
*.cgi = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.cmd = svn:eol-style=native; svn:keywords=Id; svn-mine-type=text/plain
*.js = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/javascript
*.php = svn:eol-style=native; svn:keywords=Id Rev Date; svn:mime-type=text/x-php
*.pl = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl; svn:executable
*.pm = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-perl
*.py = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-python; svn:executable
*.sh = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/x-sh; svn:executable

# Image formats
*.bmp = svn:mime-type=image/bmp
*.gif = svn:mime-type=image/gif
*.ico = svn:mime-type=image/ico
*.jpeg = svn:mime-type=image/jpeg
*.jpg = svn:mime-type=image/jpeg
*.png = svn:mime-type=image/png
*.tif = svn:mime-type=image/tiff
*.tiff = svn:mime-type=image/tiff

# Data formats
*.pdf = svn:mime-type=application/pdf
*.avi = svn:mime-type=video/avi
*.doc = svn:mime-type=application/msword
*.eps = svn:mime-type=application/postscript
*.gz = svn:mime-type=application/gzip
*.mov = svn:mime-type=video/quicktime
*.mp3 = svn:mime-type=audio/mpeg
*.ppt = svn:mime-type=application/vnd.ms-powerpoint
*.ps = svn:mime-type=application/postscript
*.psd = svn:mime-type=application/photoshop
*.rtf = svn:mime-type=text/rtf
*.swf = svn:mime-type=application/x-shockwave-flash
*.tgz = svn:mime-type=application/gzip
*.wav = svn:mime-type=audio/wav
*.xls = svn:mime-type=application/vnd.ms-excel
*.zip = svn:mime-type=application/zip

# Text formats
.htaccess = svn:mime-type=text/plain
*.css = svn:mime-type=text/css
*.dtd = svn:mime-type=text/xml
*.html = svn:mime-type=text/html
*.ini = svn:mime-type=text/plain
*.sql = svn:mime-type=text/x-sql
*.txt = svn:mime-type=text/plain
*.xhtml = svn:mime-type=text/xhtml+xml
*.xml = svn:mime-type=text/xml
*.xsd = svn:mime-type=text/xml
*.xsl = svn:mime-type=text/xml
*.xslt = svn:mime-type=text/xml
*.xul = svn:mime-type=text/xul
*.yml = svn:mime-type=text/plain
CHANGES = svn:mime-type=text/plain
COPYING = svn:mime-type=text/plain
INSTALL = svn:mime-type=text/plain
Makefile* = svn:mime-type=text/plain
README = svn:mime-type=text/plain
TODO = svn:mime-type=text/plain

# Code formats
*.c = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.cpp = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.h = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.java = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.as = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain
*.mxml = svn:eol-style=native; svn:keywords=Id; svn:mime-type=text/plain

Copy all codes & paste at the end of the text document.

Save notpad (Press Ctrl+S ) & Press ok button on SVN

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Now we upload. Right-Click Desktop or anywhere, go to TortoiseSVN > Repo Browser

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

A small window will come out. Enter the URL from step 2.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Repository Browser will open. You can have 2 different way to upload, Drag & Drop or Add file by Right-Click.

How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Now a dialogue box prompt, Enter google code Username & Password from step 3.


How To Host File On Google Code? for Blogger [Include MIME Type] tutorial

Thats it. Now upload any file via Tortoise SVN. You can also download, delete or rename files & crete new folder.

How To Host File On Google Code? for Blogger [Include MIME Type]

Enjoy....
 

You Also Like:

Floating google Search Bar for Blog of Blogger
Newer Post
Previous
This is the last post.

2 comments:

  1. download tab didn't appear ,,,,please explain

    ReplyDelete
    Replies
    1. Hey Puneet Please Follow Step by Step. I think you can change some detail in create project. :)

      Delete

 
Toggle Footer