First commit
This commit is contained in:
commit
664842d309
57 changed files with 49647 additions and 0 deletions
36
templates/mantained_projects.phtml
Normal file
36
templates/mantained_projects.phtml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
<section>
|
||||
<h2>Mantained Projects</h2>
|
||||
<div class="column_50">
|
||||
<h3>Paramecio</h3>
|
||||
<div class="content_section content_section_left">
|
||||
<p>${lang('cuchulublog', 'a_simple_web_framework', 'A simple web framework with shorcuts and hooks for Flask, Mako templates, etc...')}</p>
|
||||
<p><a href="https://bitbucket.org/paramecio/paramecio2fm/">${lang('cuchulublog', 'git_repo', 'Git repository')}</a></p>
|
||||
<p><a href="https://bitbucket.org/paramecio/paramecio2fm/">${lang('cuchulublog', 'documentation', 'Documentation')}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column_50">
|
||||
<h3>PastafariStats Agent</h3>
|
||||
<div class="content_section content_section_right"">
|
||||
<p>${lang('cuchulublog', 'a_simple_monit_script_writed', 'A simple monitoritation script writed in Python for save systemd data from a server (Linux or Windows) in a MySQL database')}</p>
|
||||
<p><a href="https://bitbucket.org/paramecio/pastafaristats/">${lang('cuchulublog', 'git_repo', 'Git repository')}</a></p>
|
||||
<p><a href="https://bitbucket.org/paramecio/pastafaristats/">${lang('cuchulublog', 'documentation', 'Documentation')}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column_50">
|
||||
<h3>Pastafari Monit Viewer</h3>
|
||||
<div class="content_section content_section_left"">
|
||||
<p>${lang('cuchulublog', 'a_simple_representation_of_data', 'A simple representation of data from PastafariStats Agent data')}</p>
|
||||
<p><a href="https://bitbucket.org/paramecio/monit/">${lang('cuchulublog', 'git_repo', 'Git repository')}</a></p>
|
||||
<p><a href="https://bitbucket.org/paramecio/monit/">${lang('cuchulublog', 'documentation', 'Documentation')}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="column_50">
|
||||
<h3>Leviathan control panel</h3>
|
||||
<div class="content_section content_section_right"">
|
||||
<p>${lang('cuchulublog', 'a_set_of_tools_for', 'A set of tools for control Linux servers')}</p>
|
||||
<p><a href="https://bitbucket.org/paramecio/leviathanapi/">${lang('cuchulublog', 'git_repo', 'Git repository')}</a></p>
|
||||
<p><a href="https://bitbucket.org/paramecio/leviathanapi/">${lang('cuchulublog', 'documentation', 'Documentation')}</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<br clear="all" />
|
||||
Loading…
Add table
Add a link
Reference in a new issue