summaryrefslogtreecommitdiff
path: root/TWiki/TWikiHistory.mdwn
blob: 00125071afeccbd2284df701f6dfc19536dc6326 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
%TOC% %STARTINCLUDE%

# <a name="Appendix_B_TWiki_Development_Tim"> Appendix B: TWiki Development Timeline </a>

## <a name="01_Dec_2001_Release_Athens_"> 01-Dec-2001 Release (Athens) </a>

* **25 Oct 2001** - [[PeterThoeny]]
  * Added [[FormattedSearch]] to <code>%SEARCH\{\}%</code> variable for database like reporting.

## <a name="01_Sep_2001_Release"> 01-Sep-2001 Release </a>

* **30 Aug 2001** - [[JohnTalintyre]]
  * Easier install for Windows, including auto detection in `TWiki.cfg`
* **30 Aug 2001** - [[JohnTalintyre]]
  * Ability to move attachments between topics, see [[FileAttachments]]
* **21 Aug 2001** - [[PeterThoeny]]
  * Convert to XHTML 1.0 function: first step to XHTML-ifying TWiki
* **26 Jun 2001** - [[JohnTalintyre]]
  * Category information to forms using the [[TWikiMetaData]] format, see [[TWikiForms]]
* **07 Jun 2001** - [[PeterThoeny]]
  * New topic templates as topics instead of templates. Customize by editing the topic. Retired `notedited.tmpl`, `notext.tmpl` and `notwiki.tmpl` templates. More in [[TWikiTemplates]].
* **07 Jun 2001** - [[PeterThoeny]]
  * New <code>%TOPICLIST\{"format"\}%</code> and <code>%WEBLIST\{"format"\}%</code> variables to get a formatted topic index and web index, respectively. More in [[TWikiVariables]].
* **01 Jun 2001** - [[PeterThoeny]]
  * New <code>%URLPARAM\{"name"\}%</code> variable to query URL parameters. More in [[TWikiVariables]].
* **01 Jun 2001** - [[AndreaSterbini]]
  * API to extend TWiki, see [[TWikiPlugins]]
* **01 Jun 2001** - [[KlausWriessnegger]], [[AndreaSterbini]]
  * Forms to change/reset/install passwords, see [[ChangePassword]] &amp; [[ResetPassword]]
* **01 May 2001** - [[AndreaSterbini]]
  * The %MAINWEB%.TWikiAdminGroup (or other group) can be enabled as a [[TWikiAccessControl]]. Members have browser edit access to _all_ locked topics.
* **01 May 2001** - [[JohnTalintyre]]
  * Meta information format, see [[TWikiMetaData]]
* **01 May 2001** - [[JohnTalintyre]]
  * Attachment under revision control See [[FileAttachment]]
* **01 May 2001** - [[JohnTalintyre]]
  * Ability to rename/move topics, [[ManagingTopics]]
* **27 Mar 2001** - [[PeterThoeny]]
  * The table syntax has been enhanced to (i) render <code>**| \*bold\* |**</code> cells as table headers, (ii) render space padded cells <code>**|   center aligned   |**</code> and <code>**|   right aligned |**</code>, (iii) span multiple columns using <code>**| empty cells |||**</code>. More in [[TextFormattingRules]].
* **25 Mar 2001** - [[PeterThoeny]]
  * Security fix Questionable files like PHP scripts (executables) and <code>**.htaccess**</code> files that are attached to a topic get a <code>**.txt**</code> suffix appended to the file name. See also TWiki:Codev/FileAttachmentFilterSecurityAlert
* **28 Feb 2001** - [[AndreaSterbini]], [[PeterThoeny]]
  * New Wiki rule for headings, i.e. `---++ My Title`; and new <code>%TOC%</code> variable to build a table of content from headings in a topic. More in [[TWikiVariables]].
* **28 Feb 2001** - [[PeterThoeny]]
  * New Wiki rule to specify arbitrary text for external links (i.e. <code>[[http://TWki.org]\[TWiki]]</code>) and internal links (i.e <code>[[WikiSyntax]\[syntax]]</code>). More in [[TWikiVariables]].
* **28 Feb 2001** - [[PeterThoeny]]
  * New Wiki rule for named anchors, e.g. links within a topic. Define a named anchor with `#MyAnchor` at the beginning of a line, and link to it with <code>[[#MyAnchor]]</code>. More in [[TWikiVariables]].
* **25 Feb 2001** - [[NicholasLee]], [[PeterThoeny]]
  * Use `Net::SMTP` module instead of `sendmail` if installed.
* **01 Feb 2001** - [[PeterThoeny]]
  * Added `<verbatim>` ... `</verbatim>` tags to show source code "as is". Unlike the `<pre>` ... `</pre>` tags, it also shows `<`, `>`, `&` characters "as is".
* **01 Feb 2001** - [[PeterThoeny]]
  * Fixed TWiki:Codev/CreateLinkToAttachedFileBug.
* **21 Jan 2001** - [[PeterThoeny]]
  * Added a "Minor change, don't notify" checkbox in preview. More in [[DontNotify]].
* **21 Jan 2001** - [[PeterThoeny]]
  * Added Bold Fixed formatting using double-equal signs, e.g. write <code>==Bold Fixed==</code> to get <code>**Bold Fixed**</code>.
* **20 Jan 2001** - [[PeterThoeny]]
  * Format changed of <code>%GMTIME\{"..."\}%</code> and <code>%SERVERTIME\{"..."\}%</code> variables. Format is now `"$hour:$min"` instead of `"hour:min"`. More in [[TWikiVariables]]. **_Attention:_** Check your existing topics when you upgrade TWiki!
* **18 Jan 2001** - [[PeterThoeny]]
  * [[WebChanges]], [[WebSearch]] and e-mail notification indicate also the revision number of a topic (i.e. <u>18 Jan 2001 16:43 r1.5</u>), or NEW for a new topic (i.e. i.e. <u>18 Jan 2001 16:43 **NEW**</u>).
* **16 Jan 2001** - [[PeterThoeny]]
  * New variable <code>%STARTINCLUDE%</code> and <code>%STOPINCLUDE%</code> variables to control what gets included of a topic. More in [[TWikiVariables]].
* **16 Jan 2001** - [[PeterThoeny]]
  * TWiki skins Define a different page layout with a customized header and footer layout, i.e. a `print` skin for a printable view of a topic. More in [[TWikiSkins]] and TWiki:Codev/TWikiSkins.
* **07 Jan 2001** - [[StanleyKnutson]]
  * Better error handling when saving a topic.
* **05 Jan 2001** - [[PeterThoeny]]
  * View authorization based on groups. Define who is allowed to see a TWiki web. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
* **05 Dec 2000** - [[PeterThoeny]]
  * Improved include handling. Infinite recursion of includes are prevented; new variables <code>%BASEWEB%</code>, <code>%INCLUDINGWEB%</code>, <code>%BASETOPIC%</code> and <code>%INCLUDINGTOPIC%</code> to have more control over include handling. More in [[TWikiVariables]] and TWiki:Codev/IncludeHandlingImprovements.
* **03 Dec 2000** - [[PeterThoeny]]
  * New `noheader="on"` switch in <code>%SEARCH\{...\}%</code> to suppress table header. More in [[TWikiVariables]].

## <a name="01_Dec_2000_Release"> 01-Dec-2000 Release </a>

* **03 Nov 2000** - [[PeterThoeny]]
  * Flag `$doHidePasswdInRegistration` in `wikicfg.pm` to hide plain text password in registration email.
* **01 Nov 2000** - [[PeterThoeny]]
  * New variable <code>%VAR\{"NAME" web="Web"\}%</code> to get web specific preferences. More in [[TWikiVariables]].
* **01 Nov 2000** - [[PeterThoeny]]
  * Added a "Cancel" link in edit that releases the edit lock.
* **23 Oct 2000** - [[PeterThoeny]]
  * Authorization based on groups. Define fine graned control who is allowed to change or create topics. More in [[TWikiAccessControl]] and TWiki:Codev/AuthenticationBasedOnGroups.
* **05 Oct 2000** - [[PeterThoeny]]
  * Remember user by IP address so that `view` "knows" the user once authenticated in `edit`. More in [[TWikiUserAuthentication]].
* **26 Sep 2000** - [[AlWilliams]], [[PeterThoeny]]
  * Fixed TWiki:Codev/UppercaseAttachments bug and added `png` image support.
* **26 Sep 2000** - [[HaroldGottschalk]], [[AndreaSterbini]], [[PeterThoeny]]
  * Allow nesting of variables, i.e. <code>%INCLUDE\{"%TWIKIWEB%.TWikiWebsTable"\}%</code>. More in TWiki:Codev/BetterTWikiTagTemplateProcessing.
* **20 Sep 2000** - [[ManpreetSingh]]
  * New -q switch in `mailnotify` to suppress all normal output.
* **19 Sep 2000** - [[PeterThoeny]]
  * Fixed TWiki:Codev/AttachedNotificationLinksBug.
* **18 Sep 2000** - [[ManpreetSingh]], [[PeterThoeny]]
  * Added forced internal links. Write <code>[[text formatting FAQ]]</code> to get the link [[TextFormattingFAQ]] that points to topic [[TextFormattingFAQ]].
* **19 Aug 2000** - [[PeterThoeny]]
  * Ref-By link searches all webs (not just the current web.)
* **16 Aug 2000** - [[PeterThoeny]]
  * New [[TWikiPreferences]] variables <code>%HTTP\_EQUIV\_ON\_VIEW%</code> , <code>%HTTP\_EQUIV\_ON\_EDIT%</code> and <code>%HTTP\_EQUIV\_ON\_PREVIEW%</code> that define the `<meta http-equiv="...">` meta tags for the TWiki templates. This can be used for example to set a document expiration time.
* **29 Jul 2000** - [[PeterThoeny]]
  * New variables <code>%GMTIME\{"..."\}%</code> and <code>%SERVERTIME\{"..."\}%</code> . More in [[TWikiVariables]].
* **23 Jul 2000** - [[PeterThoeny]]
  * Changed include syntax from <code>%INCLUDE\{"Web/TopicName.txt"\}%</code> to <code>%INCLUDE\{"Web.TopicName"\}%</code> . Legacy syntax still supported.
* **23 Jul 2000** - [[PeterThoeny]]
  * [[BookView]] search allows you show a set of topics for easy printing.
* **22 Jul 2000** - [[PeterThoeny]]
  * More forgiving syntax for <code>\*bold\*, _italic_, \_\_bold italic\_\_</code> and <code>**fixed**</code> , where it is not necessary anymore to have a trailing space before `.,;:?!` characters.
* **22 Jul 2000** - [[PeterThoeny]]
  * Split the TWiki.Main web into TWiki.Main (users, company data) and TWiki.TWiki (TWiki related documentation, registration)
* **07 Jul 2000** - [[PeterThoeny]]
  * Added an "Release edit lock" checkbox in preview to let other people edit the topic immediately without the one hour lock.
* **07 Jul 2000** - [[PeterThoeny]]
  * Fixed problem of losing carriage returns when editing topics with KDE KFM browser or W3M browser.
* **21 Jun 2000** - [[PeterThoeny]]
  * Fixed problem that a page redirect on some server environments is not working (host name is needed in URL).
* **21 Jun 2000** - [[CrisBailiff]], [[PeterThoeny]]
  * Fixed security issue to prevent a server side <code>%INCLUDE%</code> of arbitrary files.
* **29 May 2000** - [[PeterThoeny]]
  * New <code>%GMTIME%</code> variable that shows the current GM time.
* **28 May 2000** - [[PeterThoeny]]
  * Lock warning shows remaining lock time in minutes.
* **15 May 2000** - [[PeterFokkinga]]
  * Each topic can have its own template file. [[TWikiTemplatesVer1]] has more.
* **02 May 2000** - [[KevinKinnell]], [[PeterThoeny]]
  * Advanced search features like search multiple webs; sort by topic name / modified time / author; limit the number of results returned. More in [[TWikiVariables]].

## <a name="01_May_2000_Release"> 01-May-2000 Release </a>

* **21 Apr 2000** - [[PeterThoeny]]
  * New [[TWikiVariables]] <code>%HTTP\_HOST%</code> , <code>%REMOTE\_ADDR%</code> , <code>%REMOTE\_PORT%</code> and <code>%REMOTE\_USER%</code> .
* **21 Apr 2000** - [[JohnAltstadt]], [[PeterThoeny]]
  * [[TWikiRegistration]] is done separately for Intranet use (depends on remote\_user) or Internet use (depends on .htpasswd file).
* **20 Mar 2000** - [[PeterThoeny]]
  * Uploading a file (topic file attachment) will optionally create a link to the uploaded file at the end of the topic. The preference variable <code>%ATTACHLINKBOX%</code> controls the default state of the **_link_** check box in the attach file page.
* **11 Mar 2000** - [[PeterThoeny]]
  * Better security with taint checking ( `Perl -T` option )
* **25 Feb 2000** - [[PeterThoeny]]
  * New preference variables <code>%EDITBOXWIDTH%</code> and <code>%EDITBOXHEIGHT%</code> to specify the edit box size.
* **25 Feb 2000** - [[PeterThoeny]]
  * Edit preferences topics to set TWiki variables. There are three level of preferences Site-level ([[TWikiPreferences]]), web-level ([[WebPreferences]] in each web) and user-level preferences (for each of the [[Main/TWikiUsers]]). With this, discontinue use of server side include of `wikiwebs.inc` , `wikiwebtable.inc` , `weblist.inc` , `webcopyright.inc` and `webcolors.inc` files.
* **11 Feb 2000** - [[PeterThoeny]]
  * New variable <code>%SCRIPTSUFFIX%</code> / $scriptSuffix containing an optional file extension of the TWiki Perl script. Templates have been changed to use this variable. This allows you to rename the Perl script files to have a file extension like for example ".cgi".
* **11 Feb 2000** - [[PeterThoeny]]
  * New variable <code>%SCRIPTURLPATH%</code> / $scriptUrlPath containing the script URL without the domain name. Templates have been changed to use this variable instead of <code>%SCRIPTURL%</code> . This is for performance reasons.
* **07 Feb 2000** - [[PeterThoeny]]
  * Changed the syntax for server side include variable from <code>%INCLUDE:"filename.ext"%</code> to <code>%INCLUDE\{"filename.ext"\}%</code> . (Previous syntax still supported. Change was done because of inline search syntax)
* **07 Feb 2000** - [[PeterThoeny]]
  * Inline search. New variable <code>%SEARCH\{"str" ...\}%</code> to show a search result embedded in a topic text. [[TWikiVariables]] has more on the syntax. Inline search combined with the category table feature can be used for example to create a simple bug tracking system.
* **04 Feb 2000** - [[PeterThoeny]]
  * Access statistics. Each web has a [[WebStatistics]] topic that shows monthy statistics with number of topic views and changes, most popular topics, and top contributors. (It needs to be enabled, [[TWikiDocumentation]] has more.)
* **29 Jan 2000** - [[PeterThoeny]]
  * Fixed bug where TWiki would not initialize correctly under certain circumstances, i.e. when running it under mod\_perl. Sub `initialize` in `wiki.pm` did not handle `$thePathInfo` correctly.
* **24 Jan 2000** - [[PeterThoeny]]
  * Fixed bug where an email address starting with a [[WikiName]] was rendered as an internal Wiki link instead of an email address, i.e. <SomeWikiName@somewhereNOSPAM.test> .
* **10 Jan 2000** - [[PeterThoeny]]
  * No more escaping for '%' percent characters. (Number of consecutive '%' entered and displayed is identical.)
* **03 Oct 1999** - [[PeterThoeny]]
  * Limit the number of revisions shown at the bottom of the topic. Example <br /> Topic %TOPIC% . \{ ..... [Diffs](../../rdiff/%WEB%/%TOPIC%) r1.10 [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.10&rev2=1.9) [r1.9](../../view/%WEB%/%TOPIC%?rev=1.9) [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.9&rev2=1.8) [r1.8](../../view/%WEB%/%TOPIC%?rev=1.8) [&gt;](../../rdiff/%WEB%/%TOPIC%?rev1=1.8&rev2=1.7) [r1.7](../../view/%WEB%/%TOPIC%?rev=1.7) [&gt;...](../../oops/%WEB%/%TOPIC%?template=oopsrev&param1=1.10) \} <br /> Additional revisions can be selected by pressing the `>...` link.

## <a name="01_Sep_1999_Release"> 01-Sep-1999 Release </a>

* **31 Aug 1999** - [[PeterThoeny]]
  * Fixed Y2K bug. (Date in year 2000 had wrong format.)
* **08 Aug 1999** - [[PeterThoeny]]
  * New text formatting rule for creating tables. Text gets rendered as a table if enclosed in " " vertical bars. Example line as it is written and how it shows up
* **03 Aug 1999** - [[PeterThoeny]]
  * Online registration of new user using web form in [[TWikiRegistration]]. Authentication of users.
* **22 Jul 1999** - [[PeterThoeny]]
  * Flags `$doLogTopic*` in wikicfg.pm to selectively log topic view, edit, save, rdiff, attach, search and changes to monthly log file.
* **21 Jul 1999** - [[PeterThoeny]]
  * Flag `$doRemovePortNumber` in wikicfg.pm to optionally remove the port number from the TWiki URL. Example `www.some.domain:1234/twiki` gets `www.some.domain/twiki` .
* **15 Jul 1999** - [[PeterThoeny]]
  * Search path for include files in <code>%INCLUDE:"file.inc"%</code> variable. Search first in the current web, then in parent data directory. Useful to overload default include text in the data directory by web-specific text, like for example `webcopyright.inc` text.
* **07 Jul 1999** - [[ChristopheVermeulen]]
  * Link a plural topic to a singular topic in case the plural topic does not exist. Example `TestVersion` / `TestVersions` , `TestPolicy` / `TestPolicies` , `TestAddress` / `TestAddresses` , `TestBox` / `TestBoxes` .

## <a name="01_Jul_1999_Release"> 01-Jul-1999 Release </a>

* **23 Jun 1999** - [[PeterThoeny]]
  * New [[TextFormattingRules]] to write **_bold italic_** text by enclosing words with double underline characters.
* **23 Jun 1999** - [[PeterThoeny]]
  * Separate wiki.pm into configuration (wikicfg.pm) and TWiki core (wiki.pm) . This is to ease the upgrade of TWiki installations, it also allows customized extensions to TWiki without affecting the TWiki core.
* **21 May 1999** - [[DavidWarman]]
  * Externalize copyright text at the bottom of every page into a web-specific `webcopyright.inc` file. This is to easily customize the copyright text.
* **20 May 1999** - [[PeterThoeny]]
  * Added meta tag so that robots index only /view/ of topics, not /edit/, /attach/ e.t.c. Tag &lt;META NAME="ROBOTS" CONTENT="NOINDEX"&gt;
* **20 May 1999** - [[PeterThoeny]]
  * New variables <code>%WIKIHOMEURL%</code> (link when pressing the icon on the upper left corner) and <code>%WIKITOOLNAME%</code> (the name of the wiki tool `%WIKITOOLNAME%` ).
* **15 Apr 1999** - [[PeterThoeny]]
  * Topic locking Warn user if a topic has been edited by an _other_ person within _one_ hour. This is to prevent contention, e.g. simultaneous topic updates.
* **26 Mar 1999** - [[PeterThoeny]]
  * File attachments Upload and download any file as a topic attachment by using the browser. [[FileAttachment]] has more.
* **26 Mar 1999** - [[PeterThoeny]]
  * New variables <code>%PUBURL%</code> (Public directory URL) and <code>%ATTACHURL%</code> (URL of topic file attachment).
* **09 Feb 1999** - [[PeterThoeny]]
  * New text formatting rule for creating `fixed font text` . Words get showns in `fixed font` by enclosing them in "=" equal signs. Example Writing =fixed font= will show up as `fixed font` .
* **09 Feb 1999** - [[PeterThoeny]]
  * No new topic revision is created if the _same_ person saves a topic again within _one_ hour.
* **03 Feb 1999** - [[PeterThoeny]]
  * Possible to view complete revision history of a topic on one page. Access at the linked date in the Changes page, or the `Diffs` link at the bottom of each topic, e.g. <br /><code> Topic TWikiHistory . \{ Edit Ref-By Diffs r1.3 &gt; r1.2 &gt; r1.1 \} <br /> Revision r1.3 1998/11/10 01:34 by PeterThoeny </code>
* **04 Jan 1999** - [[PeterThoeny]]
  * Fixed bug when viewing differences between topic revisions that include HTML table tags like &lt;table&gt;, &lt;tr&gt;, &lt;td&gt;.

## <a name="1998_Releases"> 1998 Releases </a>

* **08 Dec 1998** - [[PeterThoeny]]
  * Signature is shown below the text area when editing a topic. Use this to easily copy &amp; paste your signature into the text.
* **07 Dec 1998** - [[PeterThoeny]]
  * Possible to add a category table to a TWiki topic. This permits storing and searching for more structured information. Editing a topic shows a HTML form with the usual text area and a table with selectors, checkboxes, radio buttons and text fields. [[TWikiDocumentation]] has more on setup. The TWiki.Know web uses this category table to set classification, platform and OS version.
* **18 Nov 1998** - [[PeterThoeny]]
  * Internal log of topic save actions to the file `data/logYYYYMM.txt`, where `YYYYMM` the year and month in numeric format is. Intended for auditing only, not accessible from the web.
* **10 Nov 1998** - [[PeterThoeny]]
  * The email notification and the Changes topic have now a topic date that is linked. Clicking on the link will show the difference between the two most recent topic revisions.
* **10 Nov 1998** - [[PeterThoeny]]
  * View differences between topic revisions. Each topic has a list of revisions (e.g. `r1.3`) and differences thereof (e.g. `>`) at the bottom <br /><code> Topic TWikiHistory . \{ Edit Ref-By r1.3 &gt; r1.2 &gt; r1.1 \} <br /> Revision r1.3 1998/11/10 01:34 by [[PeterThoeny]] </code>
* **26 Oct 1998** - [[PeterThoeny]]
  * Added preview of topic changes before saving the topic. This was necessary to prevent unneeded revisions.
* **26 Oct 1998** - [[PeterThoeny]]
  * Added revision control using RCS. Each topic has now a list of revisions at the bottom and a revision info, e.g. <br /><code> Topic TWikiHistory . \{ Edit Ref-By r1.3 r1.2 r1.1 \} <br /> Revision r1.3 1998/10/26 01:34:00 by [[PeterThoeny]] </code>
* **14 Oct 1998** - [[PeterThoeny]]
  * Refered-By Find out which topics have a link to the current topic. Each topic has a Ref-By link for that. Note Only references from the current web are shown, not references from other webs.
* **13 Oct 1998** - [[PeterThoeny]]
  * Alphabetical topic index in [[WebSearch]].
* **24 Sep 1998** - [[PeterThoeny]]
  * Corrected templates for automatic email notification so that MS Outlook can display attachment as an HTML file.
* **13 Aug 1998** - [[PeterThoeny]]
  * [[WikiNotation]] allows also numbers after the `AaA` sequence, e.g. `AaA1` is a valid [[WikiTopic]] name, but not `Aa1`.
* **07 Aug 1998** - [[PeterThoeny]]
  * Automatic email notification when something has changed in a TWiki web. Each web has a topic [[WebNotify]] where one can subscribe and unsubscribe.
* **06 Aug 1998** - [[PeterThoeny]]
  * Added server side include of files. Syntax is <code>%INCLUDE:"filename.ext"%</code>
* **05 Aug 1998** - [[PeterThoeny]]
  * Signature and date is inserted automatically when creating a new topic.
* **04 Aug 1998** - [[PeterThoeny]]
  * Separate templates for text of non existing topic and default text of new topic. (template file templates/Web/notedited.tmpl)
* **04 Aug 1998** - [[PeterThoeny]]
  * Warn user if new topic name is not a valid Wiki name. (template file templates/Web/notwiki.tmpl)
* **31 Jul 1998** - [[PeterThoeny]]
  * Support for quoted text with a '&gt;' at the beginning of the line.
* **28 Jul 1998** - [[PeterThoeny]]
  * Added TWiki variables, enclosed in % signs <code>%TOPIC%</code> (Topic name), <code>%WEB%</code> (web name), <code>%SCRIPTURL%</code> (script URL), <code>%DATE%</code> (current date), <code>%WIKIWEBMASTER%</code> (Wiki webmaster address), <code>%WIKIVERSION%</code> (Wiki version), <code>%USERNAME%</code> (user name), <code>%WIKIUSERNAME%</code> (Wiki user name).
* **28 Jul 1998** - [[PeterThoeny]]
  * Topic [[WebChanges]] shows Wiki username instead of Intranet username, e.g. `PeterThoeny` instead of `thoeny` in case the Wiki username exists. Implementation Automatic lookup of Wiki username in topic [[Main/TWikiUsers]].
* **28 Jul 1998** - [[PeterThoeny]]
  * Topic index. (Technically speaking a simple '.\*' search on topic names.)
* **28 Jul 1998** - [[PeterThoeny]]
  * Topic [[WebSearch]] allows full text search and and topic search with/without regular expressions.
* **27 Jul 1998** - [[PeterThoeny]]
  * Added automatic links to topics in other TWiki webs by specifying &lt;web name&gt;.&lt;topic name&gt;, e.g. `Know.WebSeach` .
* **23 Jul 1998** - [[PeterThoeny]]
  * Installed initial version, based on the JOS Wiki. See [[WikiWikiClones]] for details.

## <a name="Dev_Flow"> Dev Flow </a>

The typical TWiki development flow...

* TWiki:Codev/FeatureBrainstorming: open forum for new ideas
* TWiki:Codev/TWikiEnhancementRequests: specific detailed request
* TWiki:Codev/TWikiPlannedFeatures: accepted for future development
* TWiki:Codev/FeatureToDo: prioritized to up-next dev status
* TWiki:Codev/FeatureUnderConstruction: currently in development
* TWiki:Codev/FeatureDone: completed and implemented
* TWiki:Codev/DocRequest: request for documentation
* TWiki:Codev/DocsToDo: feature documentation pending
* TWiki:Codev/FeatureDocumented: documented feature
* [[TWikiDocumentation]]: reference manual for the latest TWiki

[生物反应器](http://shengwufanyingqi.shop263.com) [展示架](http://zhanshijia.shop263.com) [审计](http://www.a688.net/bmarketingsoft5.htm) [税务](http://www.a688.net/bmarketingsoft3.htm) [不锈钢](http://buxiugang.0008888.com) [打印机](http://dayinji.0008888.com) [钢结构](http://gangjiegou.0008888.com) [计算机](http://jisuanji.0008888.com) [加盟](http://jiameng.0008888.com) [建筑材料](http://jianzhucailiao.0008888.com) [旅行社](http://lvxingshe.0008888.com) [企业管理](http://qiyeguanli.0008888.com) [人力资源](http://reliziyuan.0008888.com) [网页设计](http://wangyesheji.0008888.com) [市场营销](http://shichangyingxiao.0008888.com) [室内设计](http://shineisheji.0008888.com) [手机](http://shouji.0008888.com) [饲料](http://siliao.0008888.com) [涂料](http://tuliao.0008888.com) [卫星电视](http://weixingdianshi.0008888.com) [物流](http://wuliu.0008888.com) [远程教育](http://yuanchengjiaoyu.0008888.com) [展览](http://zhanlan.0008888.com) [包装机械](http://baozhuangjixie.0008888.com) [包装设计](http://baozhuangsheji.0008888.com) [玻璃钢](http://boligang.0008888.com) [瓷砖](http://cizhuan.0008888.com) [地板](http://diban.0008888.com) [电池](http://dianchi.0008888.com) [电动工具](http://diandonggongju.0008888.com) [电话](http://dianhua.0008888.com) [电缆](http://dianlian.0008888.com) [电器](http://dinaqi.0008888.com) [电线电缆](http://dianxiandianlan.0008888.com) [电源](http://dianyue.0008888.com) [雕塑](http://diaoshu.0008888.com) [耳机](http://erji.0008888.com) [二手电脑](http://ershoudiannao.0008888.com) [二手房](http://ershoufang.0008888.com) [发电机](http://fadianji.0008888.com) [防盗门](http://fangdaomen.0008888.com) [纺织](http://fangzhi.0008888.com) [机票](http://jipiao.0008888.com) [复印机](http://fuyinji.0008888.com) [钢铁](http://gangtie.0008888.com) [工程机械](http://gongchengjixie.0008888.com) [广告设计](http://guanggaosheji.0008888.com) [继电器](http://jidianqi.0008888.com) [家电](http://jiadian.0008888.com) [建筑设计](http://jianzhusheji.0008888.com) [交换机](http://jiaohuanji.0008888.com) [洁具](http://<a href=) [开关](http://kaiguan.0008888.com) [乐器](http://yueqi.0008888.com) [木地板](http://mudiban.0008888.com) [皮革](http://pige.0008888.com) [啤酒](http://pijiu.0008888.com) [润滑油](http://runhuayou.0008888.com) [摄像机](http://shexiangji.0008888.com) [摄像头](http://shexiangtou.0008888.com) [数码摄像机](http://shumashexiangji.0008888.com) [塑料机械](http://suliaojixie.0008888.com) [体育用品](http://tiyuyongpin.0008888.com) [网络电话](http://wangluodianhua.0008888.com) [望远镜](http://wangyuanjing.0008888.com) [文具](http://wenju.0008888.com) [五金工具](http://wujingongju.0008888.com) [显示器](http://xianshiqi.0008888.com) [相机](http://xiangji.0008888.com) [香水](http://xiangshui.0008888.com) [蓄电池](http://xudianchi.0008888.com) [仪表](http://yibiao.0008888.com) [中央空调](http://zhongyangkongtiao.0008888.com) [珠宝](http://zhubao.0008888.com) [平面设计](http://pingmiansheji.0008888.com) [传感器](http://chuanganqi.0008888.com) [摩托车](http://motuoche.0008888.com) [玻璃](http://boli.0008888.com) [电机](http://dianji.0008888.com) [工艺品](http://gongyipin.0008888.com) [化工](http://huagong.0008888.com) [化妆品](http://huazhuangpin.0008888.com) [机械](http://jixie.0008888.com) [空调](http://kongtiao.0008888.com) [时装](http://shizhuang.0008888.com) [食品](http://shipin.0008888.com) [塑料](http://suliao.0008888.com) [陶瓷](http://taoci.0008888.com) [玩具](http://wanju.0008888.com) [五金](http://wujin.0008888.com) [印刷](http://yinshua.0008888.com) [轴承](http://zhoucheng.0008888.com) [钢材](http://gangcai.0008888.com) [汽车配件](http://qichepeijian.0008888.com) [橡胶](http://xiangjiao.0008888.com) [变压器](http://bianyaqi.0008888.com) [订房](http://dingfang.0008888.com) [订票](http://dingpiao.0008888.com) [水处理](http://shuichuli.0008888.com) [显示屏](http://xianshiping.0008888.com) [礼品](http://lipin.0008888.com) [旅游](http://lvyou.0008888.com) [汽车](http://qiche.0008888.com) [服装](http://fuzhuang.0008888.com) [电影](http://dianying.0008888.com) [数码相机](http://shuomaxiangji.0008888.com) [稳压器](http://wenyaqi.0008888.com) [招聘](http://zhaopin.0008888.com) [触摸屏](http://chumoping.0008888.com) [机柜](http://jigui.0008888.com)

[酒店预定](http://jiudianyuding.0008888.com) [模具](http://moban.0008888.com) [在线电影](http://zaixiandianying.0008888.com) [笔记本](http://bijiben.0008888.com) [虚拟主机](http://xunizhuji.0008888.com) [管理咨询](http://guanlizixun.0008888.com) [域名注册](http://yumingzhuce.0008888.com) [成人电影](http://chengrendianying.0008888.com) [肾病](http://shenbing.0008888.com) [免费电影](http://mianfeidianying.0008888.com) [肿瘤](http://zhongliu.0008888.com) [显微镜](http://xianweijing.0008888.com) [婚介](http://hunjie.0008888.com) [股票](http://gupiao.0008888.com) [交换机](http://jiaohuaji.0008888.com) [糖尿病](http://tangniaobing.0008888.com) [企业邮箱](http://qiyeyouxiang.0008888.com) [乙肝](http://yigan.0008888.com) [对讲机](http://duijiangji.0008888.com) [化妆品](http://guanzhuangpin.0008888.com) [股骨头坏死](http://gugutouhuaisi.0008888.com) [电子商务](http://dianzishangwu.0008888.com) [网站推广](http://wangzhantuiguang.0008888.com) [美女](http://meinv.0008888.com) [UPS](http://UPS.0008888.com) [液晶](http://yejing.0008888.com) [尿毒症](http://niaoduzheng.0008888.com) [条码打印机](http://tiaomadayinji.0008888.com) [电脑](http://diannao.0008888.com) [家具](http://jiaju.0008888.com) [投影幕](http://touyingmu.0008888.com) [服饰](http://fushi.0008888.com) [网站空间](http://wangzhankongjian.0008888.com) [轮胎](http://luntai.0008888.com) [网上购物](http://wangshanggouwu.0008888.com) [化学试剂](http://huazhuangshiji.0008888.com) [媒体](http://meiti.0008888.com) [手套](http://shoutao.0008888.com) [二手笔记本](http://ershoubijiben.0008888.com) [发动机](http://fadongji.0008888.com) [免费下载电影](http://mianfeixiazaidiannao.0008888.com) [水泥](http://shuini.0008888.com) [塑料制品](http://shuliaozhipin.0008888.com) [机床](http://jichuang.0008888.com) [免费音乐下载](http://mianfeiyinyuexiazai.0008888.com) [随身听](http://suishenting.0008888.com) [防水材料](http://fangshuicailiao.0008888.com) [纺织机械](http://fangzhijixie.0008888.com) [耐火材料](http://naihuocailiao.0008888.com) [肺结核](http://feijiehe.0008888.com) [肺炎](http://feiyan.0008888.com) [风机](http://fengji.0008888.com) [家居装饰](http://jiajuzhuangshi.0008888.com)

[脱发](http://tuofa.0008888.com) [钢板](http://gangban.0008888.com) [汽车美容](http://qichemeirong.0008888.com) [网络电话](http://wangluodiannao.0008888.com) [监理](http://jianli.0008888.com) [减速机](http://jiansuji.0008888.com) [钢板网](http://gangbanwang.0008888.com) [钢管](http://gangguan.0008888.com) [网络设备](http://wangluoshebei.0008888.com) [洗衣机](http://xiyiji.0008888.com) [显卡](http://xianka.0008888.com) [刀具](http://daoju.0008888.com) [电视机](http://dianshiji.0008888.com) [锅炉](http://guolu.0008888.com) [二手车](http://ershouche.0008888.com) [滑板](http://huaban.0008888.com) [眼镜](http://yanying.0008888.com) [办公用品](http://bangongyongpin.0008888.com) [防盗门](http://fangqiemen.0008888.com) [仪器](http://yiqi.0008888.com) [保温材料](http://baowencailiao.0008888.com) [继电器](http://xudianqi.0008888.com) [变频器](http://bianpingqi.0008888.com) [办公家具](http://bangongjiaju.0008888.com) [货运](http://huoyun.0008888.com) [高尔夫](http://gaoerfu.0008888.com) [叉车](http://chache.0008888.com) [插件](http://chajian.0008888.com) [超声](http://chaosheng.0008888.com) [泳装](http://yongzhuang.0008888.com) [箱包](http://baozhuang.0008888.com) [小提琴](http://xiaotiqin.0008888.com) [冲压](http://chongya.0008888.com) [除湿机](http://chushiji.0008888.com) [油漆](http://youqi.0008888.com) [小尾寒羊](http://xiaoweihanyang.0008888.com) [元器件](http://yuanqijian.0008888.com) [磁性材料](http://cixingcailiao.0008888.com) [刺绣](http://cixiu.0008888.com) [运动鞋](http://yundongxie.0008888.com) [型材](http://xingcai.0008888.com) [打火机](http://dahuoji.0008888.com) [打折机票](http://dazhejipiao.0008888.com) [灯泡](http://dengpao.0008888.com) [电子产品](http://dianzichanpin.0008888.com) [电子技术](http://dianzijishu.0008888.com) [垫仓板](http://diancangban.0008888.com) [吊钩](http://diaogou.0008888.com) [吊网](http://diaowang.0008888.com) [合成纤维吊装带](http://hechengxianweidiaozhuangdai.0008888.com) [烘干机](http://hongganji.0008888.com) [胶带](http://jiaodai.0008888.com) [结核](http://jiehe.0008888.com) [咖啡](http://kafei.0008888.com) [空压机](http://kongyaji.0008888.com) [冷却塔](http://lengqueta.0008888.com) [热水器](http://reshuiqi.0008888.com) [日用品](http://riyongpin.0008888.com) [乳品机械](http://rupinjixie.0008888.com) [石材](http://shicai.0008888.com) [食品机械](http://shipinjixie.0008888.com) [收音机](http://shouyinji.0008888.com) [手表](http://shoubiao.0008888.com) [化工原料](http://hagongyuanliao.0008888.com) [多电脑切换器](http://duodiannaoqiehuanqi.0008888.com) [茶叶](http://chaye.0008888.com) [医疗设备](http://yiliaoshebei.0008888.com) [微型打印机](http://weixingdayinji.0008888.com) [饮水机](http://yinshuiji.0008888.com) [污水处理](http://wushuichuli.0008888.com) [印刷机](http://yinshuaji.0008888.com) [冰箱](http://binxiang.0008888.com) [财务软件](http://caiwurujian.0008888.com) [彩钢板](http://caigangban.0008888.com) [音响](http://yinxiang.0008888.com) [仓储](http://cangchu.0008888.com) [木制品](http://muzhipin.0008888.com) [遥控器](http://yaokongqi.0008888.com) [摄影器材](http://sheyingqicai.0008888.com) [数码产品](http://shuomachanpin.0008888.com) [床上用品](http://chuangshangyongpin.0008888.com) [面料](http://mianliao.0008888.com) [拉链](http://lalian.0008888.com) [机箱](http://jixiang.0008888.com) [包装材料](http://baozhuangcailiao.0008888.com) [涂装](http://tuzhuang.0008888.com) [水表](http://shuibiao.0008888.com) [管理培训](http://guanlipeixun.0008888.com) [门窗](http://menchuang.0008888.com) [破碎机](http://posuji.0008888.com) [自动门](http://zidongmen.0008888.com) [自吸泵](http://zixibeng.0008888.com) [硬盘](http://yingpan.0008888.com) [绿色食品](http://lvseshipin.0008888.com) [燃气设备](http://ranqishebei.0008888.com) [容器](http://rongqi.0008888.com) [软管](http://ruanguan.0008888.com) [木业](http://muye.0008888.com) [膜结构](http://mojiegou.0008888.com) [石墨](http://shimo.0008888.com) [条形码](http://tiaoxingma.0008888.com) [帐篷](http://zhangpeng.0008888.com) [女装](http://nvzhuang.0008888.com) [食用菌](http://shiyongjun.0008888.com) [指纹](http://zhiwen.0008888.com) [真空泵](http://zhenkongbeng.0008888.com) [喷雾干燥](http://penwuganzao.0008888.com) [喷雾干燥机](http://penwuganzaoji.0008888.com) [聚丙烯](http://jubingxi.0008888.com) [聚乙烯](http://juyixi.0008888.com) [制药机械](http://zhiyaojixie.0008888.com) [汽车空调](http://qichekongtiao.0008888.com) [水泵](http://shuibeng.0008888.com) [水产](http://shuichan.0008888.com) [器材](http://qicai.0008888.com) [汽车音响](http://qicheyinxiang.0008888.com) [胸罩](http://xongzhao.0008888.com) [休闲服饰](http://xiuxianfushi.0008888.com) [丝网](http://siwang.0008888.com) [虚拟仪器](http://xuniyiqi.0008888.com) [照相机](http://zhaoxiangji.0008888.com) [挖掘机](http://wajueji.0008888.com) [袜子](http://wazi.0008888.com) [白酒](http://baijiu.0008888.com) [半导体](http://bandaoti.0008888.com) [单片机](http://danpianji.0008888.com) [钢琴](http://gangqi.0008888.com) [玻璃制品](http://bolizhipin.0008888.com) [装潢设计](http://zhuanghuosheji.0008888.com) [投影机维修](http://touyingjiweixiu.0008888.com) [混凝土](http://hunningtu.0008888.com) [气动元件](http://qidongyuanjian.0008888.com) [饮料机械](http://yinliaojixie.0008888.com) [聚醚](http://jumi.0008888.com) [液压元件](http://yeyayuanjian.0008888.com) [铝合金](http://lvhejin.0008888.com) [除尘器](http://chuchenqi.0008888.com) [珠宝首饰](http://zhubaoshoushi.0008888.com) [焊锡](http://hanxi.0008888.com) [模板](http://boban.0008888.com) [消防](http://xiaofang.0008888.com) [标准件](http://biaozhunjian.0008888.com) [线切割](http://xianqiege.0008888.com) [示波器](http://shiboqi.0008888.com) [公司注册](http://gongsizhuce.0008888.com) [防静电地板](http://fangjingdiandiban.0008888.com) [金属](http://jinshu.0008888.com) [橱柜](http://chugui.0008888.com) [塑料模具](http://shuliaomoju.0008888.com) [树脂](http://shuzhi.0008888.com) [雕刻](http://diaoke.0008888.com) [厨具](http://chuju.0008888.com) [分析仪器](http://feixiyiqi.0008888.com) [无线网](http://wuxianwang.0008888.com) [蝶阀](http://diefa.0008888.com) [空调配件](http://kongtiaopeijian.0008888.com) [红木](http://hongmu.0008888.com) [超声波清洗机](http://chaoshengboqingxiji.0008888.com) [焊接设备](http://hanjiesheben.0008888.com) [保护膜](http://baohumo.0008888.com) [电子白板](http://dianzibaiban.0008888.com) [液压机械](http://yeyajixie.0008888.com) [制氧机](http://zhiyangji.0008888.com) [厨房设备](http://chufangshebei.0008888.com) [电镀](http://diandu.0008888.com) [集成电路](http://jichengdianlu.0008888.com) [产品设计](http://chanpinsheji.0008888.com) [汽车零部件](http://qichelingbujian.0008888.com) [针织](http://zhenzhi.0008888.com) [冶金](http://zhijin.0008888.com) [数字监控](http://shuozijiankong.0008888.com) [数控机床](http://shuokongjichuang.0008888.com) [清洁设备](http://qingjieshebei.0008888.com) [空气净化](http://kongqijinghua.0008888.com) [起重机](http://qizhongji.0008888.com) [发电机组](http://<a href=) [视频电话](http://shipingdianhua.0008888.com) [视频监控](http://shipingjiankong.0008888.com) [电视会议](http://dianshihuiyi.0008888.com) [防腐](http://fangfu.0008888.com) [壁球](http://biqiu.0008888.com) [胶粘带](http://jiaoniandai.0008888.com) [售饭机](http://shoufanji.0008888.com) [热交换器](http://rejiaohuanqi.0008888.com) [柴油发电机组](http://caiyoufadianjizu.0008888.com) [会展](http://huizhan.0008888.com) [热敏电阻](http://remendianzu.0008888.com) [电容](http://dianrong.0008888.com) [灯光](http://dingguang.0008888.com) [地毯](http://ditan.0008888.com) [制冷设备](http://zhilengsheben.0008888.com) [铜管](http://tongguan.0008888.com) [自行车](http://zixingche.0008888.com) [无纺布](http://wufangbu.0008888.com) [丝绸](http://sichou.0008888.com) [防雷](http://fanglei.0008888.com) [雕刻机](http://diaokeji.0008888.com) [可视电话](http://keshidianhua.0008888.com) [人力资源管理](http://renliziyuanguanli.0008888.com) [电动机](http://diandongji.0008888.com) [文胸](http://wenxong.0008888.com) [柴油机](http://caiyouji.0008888.com) [造纸](http://zaozhi.0008888.com) [有机玻璃](http://youjiboli.0008888.com) [染料](http://ranliao.0008888.com) [连接器](http://lianjieqi.0008888.com) [空气压缩机](http://kongqiyasuji.0008888.com) [管件](http://guanjian.0008888.com) [电脑维修](http://diannaoweixiu.0008888.com) [电话机](http://dianhuaji.0008888.com) [摩托车配件](http://motuochepeijian.0008888.com) [葡萄酒](http://putaojiu.0008888.com) [五金机械](http://wujinjixie.0008888.com) [低压电器](http://diyadianqi.0008888.com) [包装设备](http://baozhuangshebei.0008888.com) [过滤器](http://guolvqi.0008888.com) [橡塑](http://xiangshu.0008888.com) [液压机](http://yeyaji.0008888.com) [温湿度](http://wenshidu.0008888.com) [管道](http://guandao.0008888.com) [催化剂](http://cuihuaji.0008888.com) [电子秤](http://dianzicheng.0008888.com) [电加热器](http://dianjiareqi.0008888.com) [开关柜](http://kaiguangui.0008888.com) [建材机械](http://jiancaijixie.0008888.com) [保险柜](http://baoxiangui.0008888.com) [电路板](http://dianluban.0008888.com) [乳胶漆](http://rujiaoqi.0008888.com) [工程塑料](http://gongchengshuliao.0008888.com) [特许经营](http://texujingying.0008888.com) [楼宇自控](http://louyuzikong.0008888.com) [喷码机](http://penmaji.0008888.com) [液位计](http://yeweiji.0008888.com) [聚丙烯酰胺](http://jubingxixianan.0008888.com) [电磁铁](http://diancitie.0008888.com) [超市设备](http://chaoshishebei.0008888.com) [薄膜开关](http://bomokaiguan.0008888.com) [指纹考勤](http://zhiwenkaoqin.0008888.com) [渔具](http://yuju.0008888.com) [跑步机](http://paobuji.0008888.com) [防腐设备](http://fangfushebei.0008888.com) [锁具](http://suoju.0008888.com) [弹簧](http://tanhuang.0008888.com) [纸箱](http://zhixiang.0008888.com) [煤炭](http://meitan.0008888.com) [保龄球](http://baolinqiu.0008888.com)

[家用电器](http://jiayongdianqi.0008888.com) [植绒](http://zhirong.0008888.com) [钻头](http://zhuantou.0008888.com) [冲压件](http://chongyajian.0008888.com) [建筑机械](http://jianzhujixie.0008888.com) [实木地板](http://shimudiban.0008888.com) [捏合机](http://nieheji.0008888.com) [整流器](http://zhengliuqi.0008888.com) [酒店用品](http://jiudianyongpin.0008888.com) [升降台](http://shengjiangtai.0008888.com) [转换器](http://zhuanhuanqi.0008888.com) [软件下载](http://ruanjianxiazai.0008888.com) [喷砂机](http://penshaji.0008888.com) [制罐](http://zhiguan.0008888.com) [工业炉](http://gongyelu.0008888.com) [生产线](http://shengchanxian.0008888.com) [瓷器](http://ciqi.0008888.com) [搅拌机](http://jiaobanji.0008888.com) [印刷机械](http://yinshuajixie.0008888.com) [综合布线](http://zonghebuxian.0008888.com) [避雷器](http://bileiqi.0008888.com) [减震器](http://jianzhenqi.0008888.com) [色织](http://sezhi.0008888.com) [燃烧器](http://ranshaoqi.0008888.com) [机电设备](http://jidianshebei.0008888.com) [防雷器](http://fangleiqi.0008888.com) [地坪](http://diping.0008888.com) [纸品](http://zhipin.0008888.com) [冷弯型钢](http://lengwanxinggang.0008888.com) [木工机械](http://mugongjixie.0008888.com) [物流设备](http://wuliushebei.0008888.com) [铁塔](http://tieta.0008888.com) [非开挖](http://feikaiwa.0008888.com) [热电偶](http://rediano.0008888.com) [保险箱](http://baoxianxiang.0008888.com) [吸塑机](http://xishuji.0008888.com) [喷漆](http://penqi.0008888.com) [过滤材料](http://guolvcailiao.0008888.com) [电刷](http://dianshua.0008888.com) [冷水机](http://lengshuiji.0008888.com) [采暖](http://cainuan.0008888.com) [机械加工](http://jixiejiagong.0008888.com) [照相器材](http://zhaoxiangqicai.0008888.com) [电镀原料](http://dianduyuanliao.0008888.com) [毛毡](http://maozhan.0008888.com) [交通设施](http://jiaotongsheshi.0008888.com) [消毒机](http://xiaoduji.0008888.com) [压滤机](http://yalvji.0008888.com) [刻字机](http://keziji.0008888.com) [接口转换器](http://jiekouzhuanhuanqi.0008888.com) [电视电话会议](http://dianshidianhuahuiyi.0008888.com) [贴纸相机](http://zhanzhixiangji.0008888.com) [橡胶机械](http://xiangjiaojixie.0008888.com) [喷泉设备](http://penquanshebei.0008888.com) [丝印](http://siyin.0008888.com) [精细化工](http://jingxihuagong.0008888.com) [塑胶玩具](http://sujiaowanju.0008888.com) [五金模具](http://wujinmoju.0008888.com) [电子设备](http://dianzishebei.0008888.com) [企业形象设计](http://qiyexingxiangsheji.0008888.com) [指纹识别](http://zhiwenshibie.0008888.com) [搬运车](http://banyunche.0008888.com) [牛仔布](http://niuzaibu.0008888.com) [电动车配件](http://diandongchepeijian.0008888.com) [会议系统](http://huiyixitong.0008888.com) [终端服务器](http://zhongduanfuwuqi.0008888.com) [录音笔](http://luyinbi.0008888.com) [球磨机](http://qiumoji.0008888.com) [园林设计](http://yuanlinsheji.0008888.com) [路由器](http://luyouqi.0008888.com) [手套箱](http://shoutaoxiang.0008888.com) [实验室设备](http://shiyanshishebei.0008888.com) [童装](http://tongzhuang.0008888.com) [手机美容](http://shoujimeirong.0008888.com) [户外用品](http://huwaiyongpin.0008888.com) [证卡](http://zhengka.0008888.com) [机床附件](http://jichuangfujian.0008888.com) [彩电](http://caidian.0008888.com) [酒店管理](http://jiudianguanli.0008888.com) [电话录音](http://dianhualuyin.0008888.com) [油墨](http://youmo.0008888.com) [布线](http://buxian.0008888.com) [蜡烛](http://lazhu.0008888.com) [印刷包装](http://yinshuabaozhuang.0008888.com) [表面活性剂](http://biaomianhuoxingji.0008888.com) [节能灯](http://jienengdeng.0008888.com) [调味品](http://tiaoweipin.0008888.com) [齿轮](http://chilun.0008888.com) [高压泵](http://gaoyabeng.0008888.com) [红外热像仪](http://hongwairexiangyi.0008888.com) [塑料托盘](http://suliaotuopan.0008888.com) [吊带](http://diaodai.0008888.com) [工业锅炉](http://gongyeguolu.0008888.com) [反光材料](http://fanguangcailiao.0008888.com) [印刷设备](http://yinshuashebei.0008888.com) [足球推介](http://zuqiutuijie.0008888.com) [热处理](http://rechuli.0008888.com) [压铸](http://yazhou.0008888.com) [商标注册](http://shangbiaozhuce.0008888.com) [喷灌](http://penguan.0008888.com) [逆变器](http://nibianqi.0008888.com) [输送带](http://shusongdai.0008888.com) [锻造](http://duanzao.0008888.com) [车库门](http://chekumen.0008888.com) [体育器材](http://tiyuqicai.0008888.com) [太阳能热水器](http://taiyangnengreshuiqi.0008888.com) [绝缘材料](http://jueyuancailiao.0008888.com) [焊管](http://hanguan.0008888.com) [鼓风机](http://gufengji.0008888.com) [试验](http://shiyan.0008888.com) [插座](http://chazuo.0008888.com) [艺术品](http://yishupin.0008888.com) [矿山机械](http://kuangshanjixie.0008888.com) [图像监控](http://tuxiangjiankong.0008888.com) [无缝钢管](http://wufenggangguan.0008888.com) [激光切割](http://jiguangqiege.0008888.com) [标签打印机](http://biaoqiandayinji.0008888.com) [燃气表](http://ranqibiao.0008888.com) [手机配件](http://shoujipeijian.0008888.com) [卫星定位](http://weixingdingwei.0008888.com) [印染](http://yinran.0008888.com) [玻璃机械](http://bolijixie.0008888.com) [铝型材](http://lvxingcai.0008888.com) [注塑](http://zhusu.0008888.com) [液压升降机](http://yeyashengjiangji.0008888.com) [打标机](http://dabiaoji.0008888.com) [工具柜](http://gongjugui.0008888.com) [焚烧炉](http://fenshaolu.0008888.com) [电力设备](http://dianlishebei.0008888.com) [干燥剂](http://ganzaoji.0008888.com) [计量泵](http://jiliangbeng.0008888.com) [程控交换机](http://chengkongjiaohuanji.0008888.com)

[wire mesh](http://www.a688.net/marketingsoft1.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh1.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh2.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh3.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh4.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh5.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh6.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh7.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh8.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh9.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh91.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh92.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh93.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh94.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh95.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh96.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh97.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh98.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh99.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh911.htm) [wire mesh](http://www.a688.net/wire+mesh/wire+mesh912.htm) [](http://www.a688.net)