source: introduction/welcome/wiki.xml

trunk
Last change on this file was ab4fdfc, checked in by Pierre Labastie <pierre.labastie@…>, 3 months ago

Change all xml decl to encoding=utf-8

  • Property mode set to 100644
File size: 2.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<sect1 id="wiki" xreflabel="wiki">
9 <?dbhtml filename="wiki.html"?>
10
11
12 <title>Editor Notes</title>
13
14 <para>The BLFS Project has created a Wiki for editors to comment
15 on pages and instructions at <ulink url='&blfs-wiki;'/>.</para>
16
17 <para>When <emphasis>editor notes</emphasis> are present, a link
18 appears in the form <literal>&blfs-wiki;/pkgname</literal> right
19 below the dependency list. The idea behind the editor notes is to
20 give additional information about the package and/or its build
21 instructions, common pitfalls or maybe even more sophisticated
22 configuration for special cases of use.</para>
23
24 <para>The vast majority of the packages do not have editor notes.</para>
25
26 <note>
27 <para>
28 The <emphasis>editor notes</emphasis> might be outdated. Even
29 though the pages should be reviewed when a package is updated,
30 it might happen that there are notes referring to an obsolete
31 version and therefore, the notes might be out of date. Always
32 check the date of the notes and more importantly, the version
33 of the package the notes refer to.
34 </para>
35 </note>
36
37<!--
38 <para>The following are the rules for posting:
39
40 <itemizedlist>
41 <listitem>
42 <para>Due to excessive spamming, the commenting function is
43 restricted to authenticated users (editors) only.</para>
44 </listitem>
45 <listitem>
46 <para>Suggestions to change the book should be made by creating a new ticket,
47 <emphasis>not</emphasis> by making comments in the Wiki.</para>
48 </listitem>
49 <listitem>
50 <para>Questions with your specific installation problems should be made
51 by subscribing and mailing to the BLFS Support Mailing List at <ulink
52 url='mailto:blfs-support@&lfs-domainname;'/>.</para>
53 </listitem>
54 <listitem>
55 <para>Discussions of build instructions should be made by subscribing
56 and mailing to the BLFS Development List at <ulink
57 url='mailto:blfs-dev@&lfs-domainname;'/>.</para>
58 </listitem>
59 <listitem>
60 <para>Inappropriate material will be removed.</para>
61 </listitem>
62 </itemizedlist>
63
64 </para>
65-->
66
67</sect1>
Note: See TracBrowser for help on using the repository browser.