X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=YvBT1sBbxqDFKve5rmxnSSbODMlHkhFbNvrBWo9Tjq4=; b=sbm6ypO/ouVXGCmubjiXQOCCrHsCJE3z1udwaYMX9jZxeP6rqHqooOPCUcv3+WyEYB 6IU/AmhxScAqlOpidkUmURs4ltz8mWZdO7wSPyBHNrDzcPeyjmXUchO1dw6OmvaUcOxK trb9CmCQaQUdHxNMDynIQKK1cfHltRBgZViCN4NWR8SCUqeVgFxdFp9zgXRd6Nf8bVPq 5klZuZEkG3+GKIGR5WbsTBMpPsbms+awcxr1MC+IQvxtiq6Xt9A+NT24JB4Qufq1mFms yC6c2hZ2cdQoeqK1V6XWONmEZFfMDjDuxeHGy+0sQeh+TmL5sH8kl+rOW0b/p9n40zsf DnOA== MIME-Version: 1.0 X-Received: by 10.202.225.139 with SMTP id y133mr11037038oig.21.1446904002619; Sat, 07 Nov 2015 05:46:42 -0800 (PST) Date: Sat, 7 Nov 2015 16:46:42 +0300 Message-ID: Subject: [geda-user] tragesym: not used name attribute From: "Sergey Alyoshin (alyoshin DOT s AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Content-Type: text/plain; charset=UTF-8 Reply-To: geda-user AT delorie DOT com I want to remove warning about name attribute in tragesym and remove name attribute from tragesym template.ods and template.src files. The name= attribute should not be attached or appear in any symbol. It is considered ambiguous. name= was never used by gEDA/gaf. (from http://wiki.geda-project.org/geda:master_attributes_list?s[]=slot#name) In geda-gaf library name attribute is not used in symbols. In gedasymbols.org name attribute is only used in: ./www/user/stefan_tauner/symbols/logic/7486.sym.tragesym:name=7486 ./www/user/stefan_tauner/symbols/logic/7416245.sym.tragesym:name=7416245 ./www/user/stefan_tauner/symbols/logic/7416245-pwr-1.sym.tragesym:name=7416245 Should I do so? And about tragesym template.ods file, in geda-gaf there are three different template.ods files: ./docs/wiki/media/tragesym/template2.ods ./docs/wiki/media/tragesym/template.ods ./utils/examples/tragesym/template.ods (also template2.txt.src and template.txt) ./utils/examples/tragesym/template.ods is the primary on (by content). Should I replace ./docs/wiki/media/tragesym/template.ods (and template.txt) (via dokuwiki meda manager?) and update dokuwiki pages link to use template.ods instead of template2.ods?