aboutsummaryrefslogtreecommitdiff
path: root/src/test/resources/gitorious/projects-4.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/resources/gitorious/projects-4.xml')
-rw-r--r--src/test/resources/gitorious/projects-4.xml22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/test/resources/gitorious/projects-4.xml b/src/test/resources/gitorious/projects-4.xml
index 2e315bd..75d4ad0 100644
--- a/src/test/resources/gitorious/projects-4.xml
+++ b/src/test/resources/gitorious/projects-4.xml
@@ -117,12 +117,12 @@
<project>
<bugtracker-url nil="true"></bugtracker-url>
<created-at type="datetime">2012-11-05T04:51:34Z</created-at>
- <description>This is a single script file that serves a web page for shortening urls. It uses tokyocabinet and base-62 numerals for very small and efficient url storage.
-
-Usage:
- gem install sinatra haml tokyocabinet
- shotgun zipper.rb
-
+ <description>This is a single script file that serves a web page for shortening urls. It uses tokyocabinet and base-62 numerals for very small and efficient url storage.
+
+Usage:
+ gem install sinatra haml tokyocabinet
+ shotgun zipper.rb
+
Running the web server and shortening urls will generate a 'link.tch' database in the same folder as the script. This script does not include input sanitation or page caching or all that other good stuff you might want for a production site. This is just something simple I made to learn Sinatra and hopefully help others.</description>
<home-url nil="true"></home-url>
<license>GNU General Public License version 3 (GPLv3)</license>
@@ -291,7 +291,7 @@ Running the web server and shortening urls will generate a 'link.tch' database i
<project>
<bugtracker-url nil="true"></bugtracker-url>
<created-at type="datetime">2012-11-04T17:57:24Z</created-at>
- <description>A C# project required in my school.
+ <description>A C# project required in my school.
A basic system information viewer program.</description>
<home-url nil="true"></home-url>
<license>None</license>
@@ -436,10 +436,10 @@ A basic system information viewer program.</description>
<project>
<bugtracker-url nil="true"></bugtracker-url>
<created-at type="datetime">2012-11-04T13:35:56Z</created-at>
- <description>QES is a library that provides an easy to use interface for OS shell. It allows to use pipes and chains inside your c++ code.
-
-Example:
-QesResult *result = QesCommand("env").pipe("grep USER")-&gt;chain("pwd")-&gt;pipe("wc")-&gt;run();
+ <description>QES is a library that provides an easy to use interface for OS shell. It allows to use pipes and chains inside your c++ code.
+
+Example:
+QesResult *result = QesCommand("env").pipe("grep USER")-&gt;chain("pwd")-&gt;pipe("wc")-&gt;run();
result-&gt;toString();</description>
<home-url>http://www.sierdzio.com</home-url>
<license>Other Open Source Initiative Approved License</license>