https://bugs.gpodder.org/show_bug.cgi?id=1567

             Bug #: 1567
           Summary: sample PHP frond end to the database
    Classification: Unclassified
           Product: gPodder
           Version: 3.0.4
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: feature request
          Priority: low
         Component: Application
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Created attachment 699
  --> https://bugs.gpodder.org/attachment.cgi?id=699
PHP front end

to show your feeds and episodes on the webpage you can use the attached script.
It refers to css file which is absolutely primitive. But if you are even worse
CSS writer than me - here it is...

body { font-family: Cambria, Georgia, "Times New Roman"; margin: 0; } 
header { 
    font: bold 1em "Arial Narrow", "Franklin Gothic Medium", Arial; 
    background-color: #444; 
    border-bottom: 2px solid #111; 
    color: White; 
    font-size: 2em; 
    padding: .6em;
} 

section { border-left: 2px solid gray; margin-left: 9em; padding: 1em; } 
nav { float: left; width: 8em; padding: .3em; }

-- 
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs

Reply via email to