Skip to content

Commit

Permalink
Elimina archivos innecesarios en el comando
Browse files Browse the repository at this point in the history
  • Loading branch information
enfoqueNativo committed May 28, 2021
1 parent b78607b commit accd484
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bin/herramientas/JSDoc/index-all.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<td class="header-top-left"><img src="../api/img/logo.png" border="0"/></td>
<td class="header-top-right">
<a href='../wiki/trac/toba/wiki/WikiStart.html' title="Navegar hacia la documentaci�n WIKI">
<a href='../docs/intro' title="Navegar hacia la documentaci�n WIKI">
<img border='0' style='vertical-align: middle' src="../api/img/wiki-small.png" /></a>
<a href='../api/index.html' title="Navegar hacia la documentaci�n PHP">
<img border='0' style='vertical-align: middle' src="../api/img/php-small.png" /></a>
Expand Down
4 changes: 2 additions & 2 deletions bin/herramientas/JSDoc/main.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<td class="header-top-left"><img src="../api/img/logo.png" border="0"/></td>
<td class="header-top-right">
<a href='../wiki/trac/toba/wiki/WikiStart.html' title="Navegar hacia la documentaci�n WIKI">
<a href='../docs/intro' title="Navegar hacia la documentaci�n WIKI">
<img border='0' style='vertical-align: middle' src="../api/img/wiki-small.png" /></a>
<a href='../api/index.html' title="Navegar hacia la documentaci�n PHP">
<img border='0' style='vertical-align: middle' src="../api/img/php-small.png" /></a>
Expand Down Expand Up @@ -106,7 +106,7 @@
<table border="0" cellspacing="0" cellpadding="0">
<TMPL_IF NAME="wiki">
<tr>
<td colspan="2"><strong><a href='../wiki/trac/toba/wiki/<TMPL_VAR name="wiki">.html'>
<td colspan="2"><strong><a href='../docs/intro'>
<img border='0' style='vertical-align: middle' src="../api/img/wiki-small.png" />
Documentaci�n WIKI</a></strong></td></tr>
</TMPL_IF>
Expand Down
2 changes: 1 addition & 1 deletion bin/herramientas/JSDoc/overview-tree.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

<td class="header-top-left"><img src="../api/img/logo.png" border="0"/></td>
<td class="header-top-right">
<a href='../wiki/trac/toba/wiki/WikiStart.html' title="Navegar hacia la documentaci�n WIKI">
<a href='../docs/intro' title="Navegar hacia la documentaci�n">
<img border='0' style='vertical-align: middle' src="../api/img/wiki-small.png" /></a>
<a href='../api/index.html' title="Navegar hacia la documentaci�n PHP">
<img border='0' style='vertical-align: middle' src="../api/img/php-small.png" /></a>
Expand Down
11 changes: 8 additions & 3 deletions php/consola/comandos/comando_doc.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,14 @@ function opcion__api_js()
"--project-name \"SIU-Toba\" $directorios ";
system($cmd);

//-- La clase toba es la clase inicial
//--- Elimina archivos overview* que no sirven de nada
$lista = toba_manejador_archivos::get_archivos_directorio($destino, "/overview-.*/", true);
foreach ($lista as $arch) {
unlink($arch);
}
//-- La clase toba es la clase inicial
copy($destino.'/toba.html', $destino.'/index.html');
//$this->convertir_codificacion_dir($destino, "ISO-8859-1", "UTF-8");
$this->convertir_codificacion_dir($destino, "ISO-8859-1", "UTF-8");
}

/**
Expand Down Expand Up @@ -240,4 +245,4 @@ protected function convertir_codificacion_dir($destino, $desde="UTF-8", $hasta="
$this->consola->mensaje("Fin conversión");
}
}
?>
?>
4 changes: 2 additions & 2 deletions proyectos/toba_editor/www/doc/api_js/ef.html
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ <h1>ef</h1>

<div class="info-box">
<div class="info-box-title">Subclases directas</div>
<div class="info-box-body"> <a href="ef_multi_seleccion.html">ef_multi_seleccion</a>, <a href="ef_checkbox.html">ef_checkbox</a>, <a href="ef_upload.html">ef_upload</a>, <a href="ef_radio.html">ef_radio</a>, <a href="ef_popup.html">ef_popup</a>, <a href="ef_editable.html">ef_editable</a>, <a href="ef_cuit.html">ef_cuit</a>, <a href="ef_combo_editable.html">ef_combo_editable</a>, <a href="ef_html.html">ef_html</a>, <a href="ef_fijo.html">ef_fijo</a>, <a href="ef_combo.html">ef_combo</a>
<div class="info-box-body"> <a href="ef_popup.html">ef_popup</a>, <a href="ef_multi_seleccion.html">ef_multi_seleccion</a>, <a href="ef_checkbox.html">ef_checkbox</a>, <a href="ef_upload.html">ef_upload</a>, <a href="ef_combo.html">ef_combo</a>, <a href="ef_cuit.html">ef_cuit</a>, <a href="ef_html.html">ef_html</a>, <a href="ef_editable.html">ef_editable</a>, <a href="ef_combo_editable.html">ef_combo_editable</a>, <a href="ef_radio.html">ef_radio</a>, <a href="ef_fijo.html">ef_fijo</a>
</div>
</div>

Expand Down Expand Up @@ -974,7 +974,7 @@ <h1>ef</h1>
<!-- ADDITIONAL ATTRIBUTES START -->

<UL>
<B>See:</B><UL>- <a href="#set_estado">set_estado()</a></UL><B>Deprecated</B> <I>Desde la versión 1.0 usar set_estado() </I><BR/><BR/>
<B>Deprecated</B> <I>Desde la versión 1.0 usar set_estado() </I><BR/><BR/><B>See:</B><UL>- <a href="#set_estado">set_estado()</a></UL>
</UL>


Expand Down

0 comments on commit accd484

Please sign in to comment.