mirror of
				https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
				synced 2025-10-31 02:05:33 +00:00 
			
		
		
		
	Creaded Upload Interface; Also added Wrapper around HaDocument to reload the Document
This commit is contained in:
		| @@ -2,9 +2,5 @@ namespace HaWeb.Settings; | ||||
| using HaWeb.Settings.XMLRoots; | ||||
|  | ||||
| public static class General { | ||||
|     // Classes generated by parsing the XML: | ||||
|     public const string XMLFILEPATH = @"Hamann.xml"; | ||||
|     public const bool NORMALIZEWHITESPACE = true; | ||||
|     public static (int, int) AVAILABLEYEARRANGE = (1751, 1788); | ||||
|     public static string[] AVAILABLEVOLUMES = { }; | ||||
|  | ||||
| } | ||||
| @@ -1 +1,9 @@ | ||||
| // TODO | ||||
| namespace HaWeb.Settings; | ||||
| using HaDocument.Interfaces; | ||||
|  | ||||
| class HaDocumentOptions : IHaDocumentOptions { | ||||
|     public string HamannXMLFilePath { get; set; } = @"Hamann.xml"; | ||||
|     public string[] AvailableVolumes { get; set; } = { }; | ||||
|     public bool NormalizeWhitespace { get; set; } = true; | ||||
|     public (int, int) AvailableYearRange {get; set; } = (1751, 1788); | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 schnulller
					schnulller