page web de présentation
This commit is contained in:
parent
3ec9283f77
commit
35c9725a1f
5 changed files with 326 additions and 0 deletions
67
www/index_en.html
Normal file
67
www/index_en.html
Normal file
|
|
@ -0,0 +1,67 @@
|
|||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
|
||||
<head>
|
||||
|
||||
<title>Strip-It</title>
|
||||
|
||||
<meta http-equiv="Content-Language" content="en" />
|
||||
<meta http-equiv="Content-Type" content="text/HTML; charset=utf-8" />
|
||||
<meta name=" robot" content="follow, index, all" />
|
||||
<link rel="alternate" type="application/rss+xml" title="RSS" href="rss.php" />
|
||||
<link rel="stylesheet" type="text/css" href="blue_shadow.css" title="Flat" />
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<div class="shadow_simple">
|
||||
<div id="navbar">
|
||||
<div id="site_title"><h1 id="site_head">Strip-It</h1><p id="site_desc">SVG web-comic web-gallery</p></div>
|
||||
|
||||
<div id="main">
|
||||
<a href="..">Project</a> <br/>
|
||||
<a id="feed" href="http://sourceforge.net/export/rss2_project.php?group_id=209475">News RSS</a> <br/>
|
||||
<a href="mailto:nojhan(at)gmail(dot)com">Contact</a> <br />
|
||||
<a href="index.html">Cette page en français</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="page">
|
||||
<h2>Strip-It</h2>
|
||||
<p>Strip-It is a (web) software that permits to dynamically generate a (web) gallery for (web) comic-strips draw in SVG (web, thus).</p>
|
||||
</div>
|
||||
|
||||
<!--
|
||||
<div id="stripbar">
|
||||
<div class="centering">
|
||||
<div class="shadow">
|
||||
<img id="strip" class="content" src="http://www.nojhan.net/geekscottes/strips/geekscottes_068.png" alt="geekscottes strip" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
-->
|
||||
|
||||
<div class="page">
|
||||
<h2>Features</h2>
|
||||
<p>Strips are ordered chronologically, with images in the <a href="http://fr.wikipedia.org/wiki/Portable_Network_Graphics">PNG</a> format. Metadata are automatically extracted from a source file in <a href="http://fr.wikipedia.org/wiki/SVG">SVG</a> (author, title, license, ...). Adding a new image is as simple as upload it with a <a href="http://fr.wikipedia.org/wiki/File_Transfer_Protocol">FTP</a> client.</p>
|
||||
<p>The gallery is reachable through a web page or a <a href="http://fr.wikipedia.org/wiki/RSS_%28format%29">RSS</a> feed.</p>
|
||||
<p>A thumbnail gallery view, the possibility of creating your own design and traductions and a caching system complete the whole thing.</p>
|
||||
|
||||
<h2>Demo</h2>
|
||||
<p>Strip-It has been coded for publishing the <a href="http://www.nojhan.net/geekscottes">Geekscottes</a>, some small strips in french, trying to transcribe the demanding humor of free softwares enthusiasts.</p>
|
||||
|
||||
<h2>Code</h2>
|
||||
<p>Strip-It is programmed in <a href="http://fr.wikipedia.org/wiki/PHP">PHP</a>, uses the <a href="http://pear.php.net/package/HTML_Template_Flexy">Flexy</a> template system (from <a href="http://pear.php.net">PEAR</a>) and no database.</p>
|
||||
<p>The software is distributed under the terms of the <a href="http://fr.wikipedia.org/wiki/Licence_publique_g%C3%A9n%C3%A9rale_GNU">GPL</a></p>
|
||||
|
||||
<p>For more informations, see the <a href="http://sourceforge.net/projects/stripit/">project page on sourceforge</a>.</p>
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue