source: trunk/adm/guides/whatis.xml @ 90

Last change on this file since 90 was 90, checked in by pinsard, 15 years ago

improve guides

File size: 2.9 KB
Line 
1<?xml version="1.0" encoding="iso-8859-1"?>
2<!DOCTYPE article [
3<!ENTITY % isolat1 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat1.ent">
4%isolat1;
5<!ENTITY % isolat2 SYSTEM "http://www.w3.org/2003/entities/iso8879/isolat2.ent">
6%isolat2;
7<!ENTITY % isogrk3 SYSTEM "http://www.w3.org/2003/entities/iso8879/isogrk3.ent">
8%isogrk3;
9<!ENTITY % isopub SYSTEM "http://www.w3.org/2003/entities/iso8879/isopub.ent">
10%isopub;
11<!ENTITY % isotech SYSTEM "http://www.w3.org/2003/entities/iso8879/isotech.ent">
12%isotech;
13<!ENTITY % isonum SYSTEM "http://www.w3.org/2003/entities/iso8879/isonum.ent">
14%isonum;
15<!ENTITY project "SUPERBIB">
16]>
17<article version="5.0"
18xmlns="http://docbook.org/ns/docbook"
19xmlns:xl="http://www.w3.org/1999/xlink"
20xml:lang="en">
21<title>What is &project; ?</title>
22  <info>
23    <pubdate>$Id$</pubdate>
24  </info>
25
26<sect1 xml:id="whatis">
27<title>What is &project;</title>
28<para xml:id="whatis_for_main">
29&project; is dedicated to bibliography and users of a project &hellip; 
30</para>
31<para>
32Imagine you want to know how many publications have been written using your tools or your results : &project; is for you !
33</para>
34<para>
35Using a XML/DocBook bibliography file, you wil be able to produce
36HTML and PHP files to see :
37<itemizedlist>
38<listitem>
39<simpara>
40All publications,
41</simpara>
42</listitem>
43<listitem>
44<simpara>
45publications sorted by years with a graph,
46</simpara>
47</listitem>
48<listitem>
49<simpara>
50publications sorted by authors in a big file,
51</simpara>
52</listitem>
53<listitem>
54<simpara>
55publications by authors - one in a file,
56</simpara>
57</listitem>
58<listitem>
59<simpara>
60relation ship between authors,
61</simpara>
62</listitem>
63<listitem>
64<simpara>
65forms to help authors to update the bibliography.
66</simpara>
67</listitem>
68</itemizedlist>
69</para>
70
71<para>
72As XML/DocBook bibliography is not very popular, &project; allows you to convert flat bibliography information (using copy/paste on an existing website for example) or <literal>bibtex</literal> into this format.
73</para>
74
75<para>
76No database is involved in the process. HTML and PHP files just have to be upload to an existing website to be visible everywhere.
77</para>
78</sect1>
79
80<sect1 xml:id="prerequisites">
81  <title>Prerequisites</title>
82  <para>
83    <application>&project;</application> needs <command>xsltproc</command> and <command>xmlstarlet</command> (XML processors).
84  </para>
85  <para>
86If you need the publications/years graph, <application>&project;</application> 
87needs <command>ploticus</command>.
88  </para>
89  <para>
90If you want PDF outputs, <application>&project;</application> needs <command>dblatex</command>.
91  </para>
92  <para>
93If your entry is flat text, <application>&project;</application> needs <command>recode</command>.
94  </para>
95  <para>
96If your entry is bibtext, If your entry is flat text, <application>&project;</application> needs <command>python</command>.
97</para>
98</sect1>
99
100<!-- ++
101<sect1 xml:id="include">
102  <title>Include</title>
103<para>
104</para>
105</sect1>
106-->
107
108</article>
Note: See TracBrowser for help on using the repository browser.