public
Description: Pack a folder (or selection) of files into a pastie; and then unpack it back into raw files
Homepage: http://pastiepacker.rubyforge.org
Clone URL: git://github.com/drnic/pastie-packer.git
added rubyforge git repo details
drnic (author)
Mon Apr 07 19:18:58 -0700 2008
commit  fbfe71e7eb67eaf8dce4c368f6db6c74c73e979a
tree    055e518b240f166567ca644b29c1bfb4feae6c75
parent  5e5a72209004b832ee1d39f125f6836a578c368f
...
60
61
62
 
 
 
 
 
 
63
64
65
...
60
61
62
63
64
65
66
67
68
69
70
71
0
@@ -60,6 +60,12 @@ The source for the Pastie Packer is available via git: http://github.com/drnic/p
0
     git clone git://github.com/drnic/pastie-packer.git pastiepacker
0
     cd pastiepacker
0
     rake install_gem
0
+
0
+It is also available via rubyforge.org:
0
+
0
+ git clone git://rubyforge.org/pastiepacker.git
0
+ cd pastiepacker
0
+ rake install_gem
0
 
0
 == LICENSE:
0
 
...
145
146
147
 
 
 
 
 
 
 
 
148
149
150
...
159
160
161
162
 
163
164
165
...
145
146
147
148
149
150
151
152
153
154
155
156
157
158
...
167
168
169
 
170
171
172
173
0
@@ -145,6 +145,14 @@ cd pastiepacker
0
 rake install_gem</code></pre>
0
 
0
 
0
+ <p>It is also available via rubyforge.org:</p>
0
+
0
+
0
+ <pre><code>git clone git://rubyforge.org/pastiepacker.git
0
+cd pastiepacker
0
+rake install_gem</code></pre>
0
+
0
+
0
   <p>Or, you can unpack the 1.0.0 release of the pastiepacker from its <a href="http://pastie.caboo.se/175886">own pastie</a>!</p>
0
 
0
 
0
@@ -159,7 +167,7 @@ rake install_gem</code></pre>
0
 
0
   <p>Comments are welcome. Send an email to <a href="mailto:drnicwilliams@gmail.com">Dr Nic Williams</a> via the <a href="http://groups.google.com/group/pastiepacker">forum</a></p>
0
     <p class="coda">
0
- <a href="drnicwilliams@gmail.com">Dr Nic Williams</a>, 6th April 2008<br>
0
+ <a href="drnicwilliams@gmail.com">Dr Nic Williams</a>, 8th April 2008<br>
0
       Theme extended from <a href="http://rb2js.rubyforge.org/">Paul Battley</a>
0
     </p>
0
 </div>
...
83
84
85
 
 
 
 
 
 
86
87
88
...
83
84
85
86
87
88
89
90
91
92
93
94
0
@@ -83,6 +83,12 @@ The source for the Pastie Packer is "available via git":http://github.com/drnic/
0
     cd pastiepacker
0
     rake install_gem
0
 
0
+It is also available via rubyforge.org:
0
+
0
+ git clone git://rubyforge.org/pastiepacker.git
0
+ cd pastiepacker
0
+ rake install_gem
0
+
0
 Or, you can unpack the 1.0.0 release of the pastiepacker from its "own pastie":http://pastie.caboo.se/175886!
0
 
0
 h2. License

Comments

    No one has commented yet.