-<Files ".template">
+<Files ".entry.php.example">
Require all denied
-</Files>
\ No newline at end of file
+</Files>
+++ /dev/null
-<?php
- require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Entry #1 - a dream.";
- $pgdescription = "a dream.";
- $pgcss = ["journal.css"];
- head($pgtitle, $pgdescription, $pgcss);
-?>
-<body>
- <table id="content">
- <tr>
- <?php include_once("$parts/sidebar.php");?>
-
- <!-- ...and this is for the content -->
- <td id="body">
- <h1 class="entry-title">Entry title</h1>
- <p class="written-date">Written in YYYY, DDst/th of M.</p>
- <hr>
- <p>Entry contents...</p>
- </td>
- </tr>
-
- <?php include_once("$parts/footer.php");?>
- </table>
-</body>
-</html>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Entry #1 - a dream.";
+ $pgtitle = "Tala #1 - a dream.";
$pgdescription = "a dream.";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);
<tr>
<?php include_once("$parts/sidebar.php");?>
- <!-- ...and this is for the content -->
<td id="body">
<h1 class="entry-title">A Dream.</h1>
<p class="written-date">Written in 2025, 12th of July.</p>
<?php
require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
- $pgtitle = "Entry #2 - The rain.";
+ $pgtitle = "Tala #2 - The rain.";
$pgdescription = "ame.";
$pgcss = ["journal.css"];
head($pgtitle, $pgdescription, $pgcss);
<tr>
<?php include_once("$parts/sidebar.php");?>
- <!-- ...and this is for the content -->
<td id="body">
<h1 class="entry-title">The rain.</h1>
<p class="written-date">Written in 2025, 14th of July.</p>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Tala #3 - Filipino na ang site ko!";
+ $pgdescription = "Inilathala noong 2025, ika-29 ng Hulyo.";
+ $pgcss = ["journal.css"];
+ head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1 class="entry-title">Filipino na ang site ko!</h1>
+ <p class="written-date">Inilathala noong 2025, ika-29 ng Hulyo.</p>
+ <hr>
+ <p>Halos isang oras ko ring nire-refactor yung code ng buong website ko. Ang saya lang na lahat ng text content ng mga page ko, nakasalin na sa Filipino. Ipagpapatuloy ko na yung ganito, pakiramdam ko, ang genuine at authentic ng site ko, feeling ko mas personalized na siya kaysa sa nakasalin sa Ingles. Sa totoo lang, mas hirap akong magsulat ng tala dito dahil medyo hirap ako sa pagbuo't pagsulat sa Ingles kaya minsan kapag gusto ko talagang gumawa ng bagong tala, e, hindi ko na minsan tinutuloy.</p>
+ <p>Mas ayos na 'to. Umaasa akong tuloy-tuloy na talaga pagsulat ko dito. Kung hindi, aba'y ewan ko na lang.</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>
--- /dev/null
+<?php
+ require_once("{$_SERVER['DOCUMENT_ROOT']}/parts/head.php");
+ $pgtitle = "Tala #1 - a dream.";
+ $pgdescription = "";
+ $pgcss = ["journal.css"];
+ head($pgtitle, $pgdescription, $pgcss);
+?>
+<body>
+ <table id="content">
+ <tr>
+ <?php include_once("$parts/sidebar.php");?>
+
+ <td id="body">
+ <h1 class="entry-title">Pamagat ng tala</h1>
+ <p class="written-date">Inilathala noong YYYY, ika-DD ng m.</p>
+ <hr>
+ <p>katawan...</p>
+ </td>
+ </tr>
+
+ <?php include_once("$parts/footer.php");?>
+ </table>
+</body>
+</html>