A lot of projects ported from the old metanohi site.

This commit is contained in:
Niels Serup
2011-08-02 23:08:13 +02:00
parent d1b8234f78
commit a63b3ad10d
261 changed files with 12435 additions and 28 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 426 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 446 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

View File

@@ -0,0 +1,95 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="256"
height="256"
id="svg2"
version="1.1"
inkscape:version="0.47pre4 r22446"
sodipodi:docname="noncrawl-logo.svg"
inkscape:export-filename="/home/niels/Programming/python/noncrawl/logo/noncrawl-logo-14.png"
inkscape:export-xdpi="4.921875"
inkscape:export-ydpi="4.921875">
<defs
id="defs4">
<inkscape:perspective
sodipodi:type="inkscape:persp3d"
inkscape:vp_x="0 : 526.18109 : 1"
inkscape:vp_y="0 : 1000 : 0"
inkscape:vp_z="744.09448 : 526.18109 : 1"
inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
id="perspective10" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="3.0585938"
inkscape:cx="128"
inkscape:cy="128"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:window-width="1280"
inkscape:window-height="1024"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1">
<text
xml:space="preserve"
style="font-size:51.5700798px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Hyperion Sunset BRK;-inkscape-font-specification:Hyperion Sunset BRK"
x="22.8269"
y="163.48326"
id="text2837"
transform="scale(0.67490073,1.4816994)"><tspan
sodipodi:role="line"
id="tspan2839"
x="22.8269"
y="163.48326">noncrawl</tspan></text>
<rect
style="opacity:0.97044337;fill:#000000;fill-opacity:1;stroke:none"
id="rect2841"
width="210.7657"
height="192.40993"
x="23.532225"
y="15.733673"
ry="0" />
<text
xml:space="preserve"
style="font-size:191.61662292px;font-style:normal;font-variant:normal;font-weight:bold;font-stretch:normal;fill:#ffffff;fill-opacity:1;stroke:none;font-family:Caslon;-inkscape-font-specification:Caslon Medium"
x="43.955315"
y="156.67464"
id="text2843"><tspan
sodipodi:role="line"
id="tspan2845"
x="43.955315"
y="156.67464"></tspan></text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@@ -0,0 +1,23 @@
#+title: noncrawl
#&summary
A links-centric webcrawler
#&
#+license: bysa, page
#+license: gpl 3+, program
* noncrawl
#&img;url=img/noncrawl-logo-192.png, float=right, alt=noncrawl logo, \
#& width=192, height=192
noncrawl is a crawler that saves only links. It crawls the web but does not
attempt to do everything. Instead, its only purpose is to recursively check
sites for links to other sites, which are then also checked for links to other
sites, etc. So, if site Y links to site X, that piece of information is saved,
and if site X has not been checked yet, it will be crawled just like site Y
was.
[[noncrawl-0.1.tar.gz][DOWNLOAD]].
noncrawl has its branches at Gitorious; see [[http://gitorious.org/noncrawl]]. A
bugtracker can be found at Launchpad; see [[http://launchpad.net/noncrawl]].

Binary file not shown.