Exemple #1
0
    def do_summary(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Exemple #2
0
    def do_title(self):
        from content import textConstruct

        return textConstruct(), noduplicates()
Exemple #3
0
 def do_rights(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()
 def do_atom_summary(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemple #5
0
 def do_atom_rights(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
 def do_atom_rights(self):
   from content import textConstruct
   return textConstruct(), noduplicates()
Exemple #7
0
 def do_title(self):
     from content import textConstruct
     return textConstruct(), noduplicates()
 def do_subtitle(self):
     self.metadata()
     from content import textConstruct
     return textConstruct(), noduplicates()
Exemple #9
0
 def do_atom_subtitle(self):
   self.metadata()
   from content import textConstruct
   return textConstruct(), noduplicates()