Check-in [d96a4dd12d]
Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Openfontlibrary added links gallery |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
d96a4dd12dd76185ec81393ec16122ce |
User & Date: | mario 2014-07-21 12:23:12 |
Context
2014-07-21
| ||
12:23 | repackaged HtmlPurifier check-in: 18a6d62562 user: mario tags: trunk | |
12:23 | Openfontlibrary added links gallery check-in: d96a4dd12d user: mario tags: trunk | |
12:22 | linuxgames and sourceforge-files added check-in: 34dc045513 user: mario tags: trunk | |
Changes
Added img/links/openfontlibrary.org.jpeg.
cannot compute difference between binary files
Changes to page_links.php.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | <?php /** * title: Links to other directories * description: Collection/overview of other software tracking / link lists. * version: 0.1 * * * ToDo * + http://www.datamation.com/open-source/open-source-software-the-mega-list-1.html * + http://www.datamation.com/osrc/article.php/3925806/Open-Source-Software-Top-59-Sites.htm * + http://www.reddit.com/r/coolgithubprojects * */ include("template/header.php"); ?> <aside id=sidebar class="absolute-float community-web"> | > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | <?php /** * title: Links to other directories * description: Collection/overview of other software tracking / link lists. * version: 0.1 * * * ToDo * + http://www.datamation.com/open-source/open-source-software-the-mega-list-1.html * + http://www.datamation.com/osrc/article.php/3925806/Open-Source-Software-Top-59-Sites.htm * + http://www.reddit.com/r/coolgithubprojects * + http://sourceforge.net/directory/release_feed/ * + http://sourceforge.net/new/ * + http://openfontlibrary.org/ * */ include("template/header.php"); ?> <aside id=sidebar class="absolute-float community-web"> |
︙ | ︙ | |||
130 131 132 133 134 135 136 | "Wikipedia: List of free and open source software packages", "summarizes a few common names." ], ["http://distrowatch.com/", "distrowatch.com.jpeg", "DistroWatch", "Does as it says and tracks new and upcoming BSD / Linux / GNU / Solaris distribution releases." ], | | | | | 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 | "Wikipedia: List of free and open source software packages", "summarizes a few common names." ], ["http://distrowatch.com/", "distrowatch.com.jpeg", "DistroWatch", "Does as it says and tracks new and upcoming BSD / Linux / GNU / Solaris distribution releases." ], ["http://openfontlibrary.org/", "openfontlibrary.org.jpeg", "Open Font Library", "Helps to easily uncover new and nicely categorized true or open type fonts.", ], # ["", "", "", # "", # ], ["http://www.opensourcescripts.com/", "opensourcescripts.com.jpeg", "Open Source Scripts", "Collects web applications and web service scripts.", ], ["http://opensourcelinux.org/", "opensourcelinux.org.jpeg", "Open Source List", |
︙ | ︙ |