Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/tamil-kavithai-status
"தமிழ் கவிதை நிலை – இங்கே நான் எனது பிடித்த தமிழ் பொன்மொழிகளையும் கவிதைகளையும் பகிர்கிறேன் (Tamil Kavithai Status - Here i Share My Favourite Tamil Quotes and Kavithai.)"
https://github.com/mskian/tamil-kavithai-status
bulma css html javascript kavithai markdown php quotes quotes-application static-site tamil tamil-language tamil-quotes tamilsms
Last synced: 8 days ago
JSON representation
"தமிழ் கவிதை நிலை – இங்கே நான் எனது பிடித்த தமிழ் பொன்மொழிகளையும் கவிதைகளையும் பகிர்கிறேன் (Tamil Kavithai Status - Here i Share My Favourite Tamil Quotes and Kavithai.)"
- Host: GitHub
- URL: https://github.com/mskian/tamil-kavithai-status
- Owner: mskian
- License: mit
- Created: 2024-11-21T05:46:41.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T13:05:47.000Z (about 2 months ago)
- Last Synced: 2024-12-12T14:19:55.716Z (about 2 months ago)
- Topics: bulma, css, html, javascript, kavithai, markdown, php, quotes, quotes-application, static-site, tamil, tamil-language, tamil-quotes, tamilsms
- Language: PHP
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# தமிழ் கவிதை Status
[![Publish on Server](https://github.com/mskian/tamil-kavithai-status/actions/workflows/deploy.yml/badge.svg)](https://github.com/mskian/tamil-kavithai-status/actions/workflows/deploy.yml)
"தமிழ் கவிதை நிலை – இங்கே நான் எனது பிடித்த தமிழ் பொன்மொழிகளையும் கவிதைகளையும் பகிர்கிறேன் (Tamil Kavithai Status - Here i Share My Favourite Tamil Quotes and Kavithai.)"
## Built Using
- PHP
- Markdown
- HTML
- Bulma CSS
- SEO Meta tags
- Pagination
- 404 Page
- Dynamic Sitemap and Robots.txt## Content Database
- Add kavithai in `content` Check the Below Format
- keep File name as `quote1.md, quote2.md etc...````md
# Kavithai 1
slug: kavithai-1
content: "இன்று செய்யும் முயற்சியே நாளைய வெற்றியை தீர்மானிக்கிறது"
```## usage
- `index.php` - Home page and Pagination
- `kavithai.php` - Single Post Page```php
## Pagination
http://localhost:6022/?page=1## Single Post Page
http://localhost:6022/kavithai.php?slug=kavithai-1
```- `includes` Folder having the Code Related to Header, Footer, Single Post and Functions
## SEO Friendly URL
- SEO Friendly Single Post URL
```htaccess
RewriteEngine On
RewriteRule ^k/([a-zA-Z0-9\-]+)$ kavithai.php?slug=$1 [L,QSA]
``````md
http://localhost:6022/k/kavithai-1
```## Deployment
- Server with PHP 7.4 to PHP 8.X.X Support
- Apache or Nginx or Lightspeed Server## LICENSE
MIT