| TOC: No TOC in "TWiki.ManagingWebs" | ||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Managing Webs | |||||||||||||||||||||
| > > |
Gestionando Zonas | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Adding webs is a web based operation; renaming and deleting webs are manual operations done directly on the server | |||||||||||||||||||||
| > > |
Añadir zonas es una operación que se realiza desde la web; renombrar y borrar zonas son operaciones que deben hacerse accediendo directamente a los ficheros del servidor. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Overview | |||||||||||||||||||||
| > > |
Vista general | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
A TWikiSite is divided into webs; each one represents one subject, one area of collaboration. Administrators can add/rename/delete webs. | |||||||||||||||||||||
| > > |
Un sitio TWiki está divido en zonas; cada una representa un área de colaboración. Los administradores pueden añadir/renombrar/borrar zonas. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Choose Web Template | |||||||||||||||||||||
| > > |
Elegir una plantilla para crear la zona | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
There are two methods used to create a new web. First you can use a specially designed TemplateWeb. This is an invisible web that begins with an underscore "_" character. All topics in the _default template web will be copied into your new web. | |||||||||||||||||||||
| > > |
Hay dos formas de crear una nueva zona. La primera forma consiste en usar una plantilla específica para crear zonas. Se trata de una zona cuyo nombre empieza por un guión bajo "_" y no se muestra al navegar por el sitio TWiki. Todos los temas de la plantilla se copiarán en la nueva zona. TWiki incluye una plantilla llamada _default. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
The second method is to use an existing web as a template web. This may be useful if you already have a web that you like to use as a starting point. Only topics that have names beginning with Web... (like "WebHome", "WebNotify", etc.) are copied. | |||||||||||||||||||||
| > > |
El segundo método consiste en usar como plantilla una zona existente. Es útil si ya tienes una zona que quieres usar como punto de partida. Sólo se copiarán a la nueva zona los temas que empiecen por Web... (como "WebHome", "WebNotify", etc.) | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
In either case you will want to be sure to verify that your new web has all the custom modifications that you desire. | |||||||||||||||||||||
| > > |
En cualquier caso podrás modificar y personalizar la zona creada. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Adding a New Web | |||||||||||||||||||||
| > > |
Añadir una nueva Zona | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using TWikiForms and FormattedSearch. Cross-linking topics and search is easier if there are only a few larger webs.
| |||||||||||||||||||||
| > > |
Puedes crear una nueva zona rellenando el siguiente formulario. Nota: No es recomendable crear una zona para cada pequeño proyecto. Puedes organizar los contenidos usando TWikiForms y FormattedSearch. Los enlaces cruzados y las búsquedas resultan más sencillos si hay sólo un reducido número de zonas.
| |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Note: Attachments will NOT get copied over along with their topics. This will be a feature added for the TWiki:Codev/CairoRelease. | |||||||||||||||||||||
| > > |
Nota: Los ficheros adjuntos NO serán copiados junto a los temas. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Note: This script does not yet edit the TWiki.TWikiPreferences file to update the WIKIWEBLIST. This must be done by hand.
| |||||||||||||||||||||
| > > |
Nota: Este script no sirve para editar la página TWiki.TWikiPreferences para actualizar WIKIWEBLIST. Esto hay que hacerlo a mano.
| |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
The manage script while creating the new web will update the following variables in the WebPreferences: WEBBGCOLOR, SITEMAPLIST, SITEMAPWHAT, SITEMAPUSETO and NOSEARCHALL. These variables are now used to dynamically generate the SiteMap.
| |||||||||||||||||||||
| > > |
Al tiempo que se crea la nueva zona se actualizarán las siguientes variables en la página de configuración WebPreferences: WEBBGCOLOR, SITEMAPLIST, SITEMAPWHAT, SITEMAPUSETO and NOSEARCHALL. Estas variables se usan para generar dinámicamente el mapa del sitio.
| |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Renaming or Deleting a Web | |||||||||||||||||||||
| > > |
Renombrar o Borrar una Zona | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
Renaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | |||||||||||||||||||||
| > > |
Renombrar o mover una zona requiere acceso a los ficheros instalados en el servidor. De momento no existen herramientas para renombrar/mover/borrar zonas usando sólo un navegador web. | |||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
NOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in %MAINWEB%, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| |||||||||||||||||||||
| > > |
NOTA: Si piensas renombrar la zona Omerique.Main, recuerda que TWiki almacena los usuarios y grupos en la zona %MAINWEB%, que por defecto se llama Main. Esto significa que las firmas en formato wiki - Main.SomeUserName - añadidas a los temas tendrán que ser actualizadas (a menos que se está usando la variable, %MAINWEB%.SomeUserName al firmar).
| |||||||||||||||||||||
|
-- MikeMannix - 14 Sep 2001 -- PeterThoeny - 07 Apr 2002 | ||||||||||||||||||||||
| Changed: | ||||||||||||||||||||||
| < < |
-- GrantBow - 16 Jan 2003 | |||||||||||||||||||||
| > > |
-- GrantBow - 16 Jan 2003 -- RicardoDeLosSantos - 24 Apr 2005 | |||||||||||||||||||||
Managing Webs | ||||||||||
| Line: 9 to 9 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| A TWikiSite is divided into webs; each one represents one subject, one area of collaboration. Administrators can add/rename/delete webs. | ||||||||||
| Added: | ||||||||||
| > > |
Choose Web TemplateThere are two methods used to create a new web. First you can use a specially designed TemplateWeb. This is an invisible web that begins with an underscore "_" character. All topics in the _default template web will be copied into your new web. The second method is to use an existing web as a template web. This may be useful if you already have a web that you like to use as a starting point. Only topics that have names beginning with Web... (like "WebHome", "WebNotify", etc.) are copied. In either case you will want to be sure to verify that your new web has all the custom modifications that you desire. | |||||||||
Adding a New Web | ||||||||||
| Changed: | ||||||||||
| < < |
| |||||||||
| > > |
| |||||||||
| ||||||||||
| Line: 25 to 34 | ||||||||||
| Added: | ||||||||||
| > > |
Note: Attachments will NOT get copied over along with their topics. This will be a feature added for the TWiki:Codev/CairoRelease.
Note: This script does not yet edit the TWiki.TWikiPreferences file to update the WIKIWEBLIST. This must be done by hand.
The manage script while creating the new web will update the following variables in the WebPreferences: WEBBGCOLOR, SITEMAPLIST, SITEMAPWHAT, SITEMAPUSETO and NOSEARCHALL. These variables are now used to dynamically generate the SiteMap.
| |||||||||
Renaming or Deleting a WebRenaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | ||||||||||
| Changed: | ||||||||||
| < < |
NOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in %, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| |||||||||
| > > |
NOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in %MAINWEB%, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| |||||||||
| ||||||||||
| Line: 38 to 53 | ||||||||||
| ||||||||||
| Changed: | ||||||||||
| < < |
-- MikeMannix - 14 Sep 2001 -- PeterThoeny - 07 Apr 2002 | |||||||||
| > > |
-- MikeMannix - 14 Sep 2001 -- PeterThoeny - 07 Apr 2002 -- GrantBow - 16 Jan 2003 | |||||||||
Managing Webs | ||||||||
| Line: 12 to 12 | ||||||||
|---|---|---|---|---|---|---|---|---|
Adding a New Web | ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
||||||||
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using TWikiForms and FormattedSearch. Cross-linking topics and search is easier if there are only a few larger webs.
| ||||||||
Managing Webs | ||||||||
| Line: 12 to 12 | ||||||||
|---|---|---|---|---|---|---|---|---|
Adding a New Web | ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
||||||||
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using TWikiForms and FormattedSearch. Cross-linking topics and search is easier if there are only a few larger webs.
| ||||||||
Managing Webs | ||||||||
| Line: 12 to 12 | ||||||||
|---|---|---|---|---|---|---|---|---|
Adding a New Web | ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
||||||||
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using TWikiForms and FormattedSearch. Cross-linking topics and search is easier if there are only a few larger webs.
| ||||||||
Managing Webs | |||||||||||||
| Line: 13 to 13 | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Adding a New Web | |||||||||||||
| Changed: | |||||||||||||
| < < |
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. Cross-linking topics and search is easier if there are only a few larger webs. | ||||||||||||
| > > |
Create a new web by filling out this form. Note: It is not recommended to create a new web for each little project. You can organize content within a web using TWikiForms and FormattedSearch. Cross-linking topics and search is easier if there are only a few larger webs. | ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
| |||||||||||||
| Changed: | |||||||||||||
| < < |
| ||||||||||||
| > > |
| ||||||||||||
|
| |||||||||||||
| Changed: | |||||||||||||
| < < |
|||||||||||||
| > > |
|||||||||||||
| Deleted: | |||||||||||||
| < < |
For detailed instructions, see TWiki Installation Guide: Adding a New Web. | ||||||||||||
Renaming or Deleting a WebRenaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | |||||||||||||
Managing Webs | |||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||
| < < |
Adding, renaming and deleting webs are manual operations done directly on the server | ||||||||||||||||||||||||
| > > |
Adding webs is a web based operation; renaming and deleting webs are manual operations done directly on the server | ||||||||||||||||||||||||
Overview | |||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||
| < < |
Managing TWiki webs requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | ||||||||||||||||||||||||
| > > |
A TWikiSite is divided into webs; each one represents one subject, one area of collaboration. Administrators can add/rename/delete webs. | ||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||
| > > |
|||||||||||||||||||||||||
Adding a New Web | |||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||
| < < |
Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes: | ||||||||||||||||||||||||
| > > |
|||||||||||||||||||||||||
| Changed: | |||||||||||||||||||||||||
| < < |
| ||||||||||||||||||||||||
| > > |
| ||||||||||||||||||||||||
For detailed instructions, see TWiki Installation Guide: Adding a New Web.
Renaming or Deleting a Web | |||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||
| > > |
Renaming or deleting a web requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | ||||||||||||||||||||||||
NOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in %, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| |||||||||||||||||||||||||
| Deleted: | |||||||||||||||||||||||||
| < < |
| ||||||||||||||||||||||||
| |||||||||||||||||||||||||
| Added: | |||||||||||||||||||||||||
| > > |
-- PeterThoeny - 07 Apr 2002 | ||||||||||||||||||||||||
Managing Webs | ||||||||
| Line: 13 to 13 | ||||||||
|---|---|---|---|---|---|---|---|---|
| Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes: | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
For detailed instructions, see TWiki Installation Guide: Adding a New Web. | |||||||
| > > |
For detailed instructions, see TWiki Installation Guide: Adding a New Web. | |||||||
Renaming or Deleting a WebNOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in%, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Deleted: | ||||||||
| < < |
||||||||
Managing Webs | ||||||||
| Changed: | ||||||||
| < < |
Adding, renaming and deleting webs is done directly on the server | |||||||
| > > |
Adding, renaming and deleting webs are manual operations done directly on the server | |||||||
Overview | ||||||||
| Changed: | ||||||||
| < < |
Managing TWiki webs requires direct access to the installation files on the host server. There are no browser-based web tools. | |||||||
| > > |
Managing TWiki webs requires direct access to the installation files on the host server. There are currently no browser-based equivalents of the Rename/move/delete topic tools for working with webs. | |||||||
| Changed: | ||||||||
| < < |
How to Add a New Web | |||||||
| > > |
Adding a New Web | |||||||
| Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes: | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
For detailed instructions: TWiki Installation Guide: Creating a New Web. | |||||||
| > > |
For detailed instructions, see TWiki Installation Guide: Adding a New Web. | |||||||
| Changed: | ||||||||
| < < |
How to Rename or Delete a Web | |||||||
| > > |
Renaming or Deleting a Web | |||||||
| Changed: | ||||||||
| < < |
NOTE: Think twice if you intend to rename the Omerique.Main web, since many files point to it. If you rename it, you also have to change all occurrences of Main to the new web name (like the web prefixes for all user signatures, Main.SomeName). (On the other hand, if the %MAINWEB% variable is used throughout, you won't have that problem.)
| |||||||
| > > |
NOTE: If you plan to rename the Omerique.Main web, remember that TWiki stores user and group topics in %, default named Main. That means, every WikiName signature - Main.SomeUserName - points to it and would need updating (unless the variable, %MAINWEB%.SomeUserName, is used throughout).
| |||||||
| ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
-- MikeMannix - 29 Aug 2001 | |||||||
| > > |
-- MikeMannix - 14 Sep 2001 | |||||||
Managing Webs | ||||||||
| Line: 11 to 11 | ||||||||
|---|---|---|---|---|---|---|---|---|
How to Add a New Web | ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
Adding new webs is quick and easy - you can have a basic web up and running in a couple of minutes:
| |||||||
How to Rename or Delete a Web | ||||||||
Managing Webs | ||||||||
| Changed: | ||||||||
| < < |
Adding, renaming and deleting webs is done directly on the server | |||||||
| > > |
Adding, renaming and deleting webs is done directly on the server | |||||||
Overview | ||||||||
| Changed: | ||||||||
| < < |
To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. There are no browser-based web management tools. You can prepare a web for changes through browser-based individual topics by browser (see ModifyTopics). | |||||||
| > > |
Managing TWiki webs requires direct access to the installation files on the host server. There are no browser-based web tools. | |||||||
How to Add a New Web | ||||||||
| Changed: | ||||||||
| < < |
||||||||
| > > |
||||||||
How to Rename or Delete a Web | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
NOTE: Think twice if you intend to rename the Omerique.Main web, since many files point to it. If you rename it, you also have to change all occurrences of Main to the new web name (like the web prefixes for all user signatures, Main.SomeName). (On the other hand, if the %MAINWEB% variable is used throughout, you won't have that problem.)
| |||||||
|
-- MikeMannix - 29 Aug 2001 | ||||||||
Managing Webs | ||||||||
| Changed: | ||||||||
| < < |
To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see ModifyTopics). No similar web controls are available through the browser interface. | |||||||
| > > |
Adding, renaming and deleting webs is done directly on the server
OverviewTo work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. There are no browser-based web management tools. You can prepare a web for changes through browser-based individual topics by browser (see ModifyTopics). | |||||||
How to Add a New Web | ||||||||
| TOC: No TOC in "TWiki.ManagingWebs" | ||||||||
| Changed: | ||||||||
| < < |
Modifying Webs | |||||||
| > > |
Managing Webs | |||||||
| Changed: | ||||||||
| < < |
To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see ModifyTopics?). No similar web controls are available through the browser interface. | |||||||
| > > |
To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see ModifyTopics). No similar web controls are available through the browser interface. | |||||||
How to Add a New Web | ||||||||
| Deleted: | ||||||||
| < < |
| |||||||
Modifying Webs | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
Add, Name, or Delete Webs | |||||||
| > > |
Modifying Webs | |||||||
| To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see ModifyTopics?). No similar web controls are available through the browser interface. | ||||||||
| ||||||||
| Changed: | ||||||||
| < < |
TWiki Administration | |||||||
| > > |
Add, Name, or Delete Webs | |||||||
| Changed: | ||||||||
| < < |
The current implementation of Omerique is designed to never forget. So you can't delete a topic, however you can move or rename a topic and the original information is saved in topic meta data. If you want an even stronger memory, you can disable renaming on some or all topics; see TWikiAccessControl. | |||||||
| > > |
To work with entire TWiki webs, you need direct access to the installation files on the host server. Connecting by Telnet or FTP is the usual approach. Before making changes to a web, you can move individual topics through your browser (see ModifyTopics?). No similar web controls are available through the browser interface. | |||||||
| Changed: | ||||||||
| < < |
How to add a New Web | |||||||
| > > |
How to Add a New Web | |||||||
How to Rename or Delete a Web | ||||||||
| Changed: | ||||||||
| < < |
| |||||||
| > > |
| |||||||
| Changed: | ||||||||
| < < |
-- PeterThoeny - 03 Mar 2001 -- JohnTalintyre - 07 Aug 2001 | |||||||
| > > |
-- MikeMannix - 29 Aug 2001 | |||||||
| Added: | ||||||||
| > > |
| |||||||
TWiki Administration | ||||||||
| Changed: | ||||||||
| < < |
The current implementation of Omerique is designed to never forget, that means all topic changes are under revision control and you can't delete or rename topics.
Nevertheless there are cases where you wish to delete topics. Omerique requires administrative stuff like that to be done on the shell level, so please ask your Omerique administrator to do that for you. A future version will allow administrators to do that on the browser level.
How to Rename or Delete a Topic
| |||||||
| > > |
The current implementation of Omerique is designed to never forget. So you can't delete a topic, however you can move or rename a topic and the original information is saved in topic meta data. If you want an even stronger memory, you can disable renaming on some or all topics; see TWikiAccessControl. | |||||||
How to add a New Web | ||||||||
| Line: 29 to 20 | ||||||||
|---|---|---|---|---|---|---|---|---|
| ||||||||
| Added: | ||||||||
| > > |
-- JohnTalintyre - 07 Aug 2001 | |||||||