]> git.bochard.net Git - mysite.git/commitdiff
ikatlong entry
authorbochard <mail@bochard.net>
Tue, 29 Jul 2025 11:09:17 +0000 (19:09 +0800)
committerbochard <mail@bochard.net>
Tue, 29 Jul 2025 11:09:17 +0000 (19:09 +0800)
journal/.htaccess
journal/.template [deleted file]
journal/entry-1.php
journal/entry-2.php
journal/entry-3.php [new file with mode: 0644]
journal/entry.php.example [new file with mode: 0644]

index e3621d9bd969a7cf3f463d8ba09ffc889a47fa60..7ef697c0111cbb4a9c008e2702900508f95d0d47 100644 (file)
@@ -1,3 +1,3 @@
-<Files ".template">
+<Files ".entry.php.example">
   Require all denied
-</Files>
\ No newline at end of file
+</Files>
diff --git a/journal/.template b/journal/.template
deleted file mode 100644 (file)
index c187bd6..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?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>
index f9cdaa6bf12ba1a432173b80829f6458376de87b..6e87415728ec788d587e3b64a301d5fde0d12e23 100644 (file)
@@ -1,6 +1,6 @@
 <?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);
@@ -10,7 +10,6 @@
     <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>
index 95cea6c15df8eb2bcd28178148860fd63762a366..1360b39a38f7dc90fefae808db83e3d7f2095b80 100644 (file)
@@ -1,6 +1,6 @@
 <?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);
@@ -10,7 +10,6 @@
     <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>
diff --git a/journal/entry-3.php b/journal/entry-3.php
new file mode 100644 (file)
index 0000000..779c405
--- /dev/null
@@ -0,0 +1,25 @@
+<?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>
diff --git a/journal/entry.php.example b/journal/entry.php.example
new file mode 100644 (file)
index 0000000..0944a0d
--- /dev/null
@@ -0,0 +1,24 @@
+<?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>